Skip to content

Commit 2c460c4

Browse files
committed
Bump version to 0.15.1
1 parent d02e4b5 commit 2c460c4

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.15.1
4+
35
- Fixed s4,s5,d9,d10 and added s7 in Mbs [#437](https://github.com/litebird/litebird_sim/pull/437)
46

57
- Make sure that the PTEP IMo, the Madam templates, and the static files required to create the HTML reports are installed properly by `pip` and enable Binder/Google Colab [#436](https://github.com/litebird/litebird_sim/pull/436)

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.0"
25+
release = "0.15.1"
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.15.0"
4+
__version__ = "0.15.1"

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.0"
3+
version = "0.15.1"
44
description = "Simulation tools for the LiteBIRD experiment"
55
authors = [
66
"Tomasi Maurizio <[email protected]>",

0 commit comments

Comments
 (0)