Skip to content

Commit 3d00476

Browse files
committed
Bump version to 0.12.0
1 parent 91d96e9 commit 3d00476

File tree

5 files changed

+654
-643
lines changed

5 files changed

+654
-643
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# HEAD
22

3+
# Version 0.12.0
4+
35
- **Breaking change**: Disambiguate between “polarization angle” and “orientation” [#305](https://github.com/litebird/litebird_sim/pull/305). A few functions have been renamed as a consequence of this change; however, they are low-level functions that are used internally (`compute_pointing_and_polangle`, `all_compute_pointing_and_polangle`, `polarization_angle`), so external codes should be unaffected by this PR.
46

57
- **Breaking change**: Reworking of the IO, `write_observations` and `read_observations` are now part of the class simulation [#293](https://github.com/litebird/litebird_sim/pull/293)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "The LiteBIRD Simulation Team"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "0.11.0"
25+
release = "0.12.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

litebird_sim/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- encoding: utf-8 -*-
22

33
__author__ = "The LiteBIRD simulation team"
4-
__version__ = "0.11.0"
4+
__version__ = "0.12.0"

0 commit comments

Comments
 (0)