Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ziotom78 committed Jun 24, 2022
1 parent ab832a3 commit ba495d3
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.5.0

- **Breaking change** New API for noise module [#151](https://github.com/litebird/litebird_sim/pull/151):

- Function `add_noise` has been renamed to `add_noise_to_observations`, and its parameter `noisetype` has been renamed into `noise_type` for consistency with other parameters (**breaking**)
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.4.0"
release = "0.5.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.4.0"
__version__ = "0.5.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.4.0"
version = "0.5.0"
description = "Simulation tools for the LiteBIRD experiment"
authors = [
"The LiteBIRD Simulation Team",
Expand Down

0 comments on commit ba495d3

Please sign in to comment.