From 55f5cabd1809b01d196a73a367db09344abb999b Mon Sep 17 00:00:00 2001 From: Maurizio Tomasi Date: Tue, 25 Jun 2024 21:53:56 +0200 Subject: [PATCH] Bump version to 0.13.0 --- CHANGELOG.md | 2 ++ docs/source/conf.py | 2 +- litebird_sim/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f58e0a..0d41a7ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # HEAD +# Version 0.13.0 + - **Breaking change**: new API for pointing computation [#319](https://github.com/litebird/litebird_sim/pull/319). Here is a in-depth list of all the breaking changes in this PR: 1. Quaternions describing the orientation of the detectors must now be encoded using a `RotQuaternion` object; plain NumPy arrays are no longer supported. diff --git a/docs/source/conf.py b/docs/source/conf.py index 251f1527..59282f60 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = "The LiteBIRD Simulation Team" # The full version, including alpha/beta/rc tags -release = "0.12.0" +release = "0.13.0" # -- General configuration --------------------------------------------------- diff --git a/litebird_sim/version.py b/litebird_sim/version.py index a0e8249c..f1006ed2 100644 --- a/litebird_sim/version.py +++ b/litebird_sim/version.py @@ -1,4 +1,4 @@ # -*- encoding: utf-8 -*- __author__ = "The LiteBIRD simulation team" -__version__ = "0.12.0" +__version__ = "0.13.0" diff --git a/pyproject.toml b/pyproject.toml index 5874a2d0..03414b85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litebird_sim" -version = "0.12.0" +version = "0.13.0" description = "Simulation tools for the LiteBIRD experiment" authors = [ "The LiteBIRD Simulation Team",