Skip to content

Commit

Permalink
Bump to version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziotom78 committed Nov 10, 2023
1 parent 3ba59f6 commit 1dd712c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# HEAD

- Be more robust when parsing UUIDs and URLs coming from the IMo [#274](https://github.com/litebird/litebird_sim/pull/274)

- Solve typing error in destriper [#272](https://github.com/litebird/litebird_sim/pull/272)
# Version 0.11.0

- **Breaking change**: Change the interface to the binner, implement a new destriper, and make the dependency on TOAST optional [#260](https://github.com/litebird/litebird_sim/pull/260)

- **Breaking change**: Drop support for Python 3.7 and 3.8 [#254](https://github.com/litebird/litebird_sim/pull/254)

- **Breaking change**: Fix noise seed inconsistency [#256](https://github.com/litebird/litebird_sim/pull/256)

- Be more robust when parsing UUIDs and URLs coming from the IMo [#274](https://github.com/litebird/litebird_sim/pull/274)

- Solve typing error in destriper [#272](https://github.com/litebird/litebird_sim/pull/272)

- Include default PTEP IMO for tests and demos [#230](https://github.com/litebird/litebird_sim/pull/230)

- Fixed typo in timeordered.rst [#250](https://github.com/litebird/litebird_sim/pull/250)
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.10.0"
release = "0.11.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.10.0"
__version__ = "0.11.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = '''

[tool.poetry]
name = "litebird_sim"
version = "0.10.0"
version = "0.11.0"
description = "Simulation tools for the LiteBIRD experiment"
authors = [
"The LiteBIRD Simulation Team",
Expand Down

0 comments on commit 1dd712c

Please sign in to comment.