Skip to content

Commit e48bae5

Browse files
committed
Bump to version 0.16.0
1 parent fd3209e commit e48bae5

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.16.0
4+
35
- Add pre-commit hook to keep syntax compliant with `py3.10+` [#461](https://github.com/litebird/litebird_sim/pull/461)
46

57
- Fix issue [#459](https://github.com/litebird/litebird_sim/issues/459)

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.15.3"
25+
release = "0.16.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,2 +1,2 @@
11
__author__ = "The LiteBIRD simulation team"
2-
__version__ = "0.15.3"
2+
__version__ = "0.16.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "litebird_sim"
3-
version = "0.15.3"
3+
version = "0.16.0"
44
description = "Simulation tools for the LiteBIRD experiment"
55
authors = [
66
"Tomasi Maurizio <[email protected]>",

0 commit comments

Comments
 (0)