Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziotom78 committed Jun 25, 2024
1 parent d6c6386 commit 55f5cab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion litebird_sim/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- encoding: utf-8 -*-

__author__ = "The LiteBIRD simulation team"
__version__ = "0.12.0"
__version__ = "0.13.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 55f5cab

Please sign in to comment.