Skip to content

Commit 55f5cab

Browse files
committed
Bump version to 0.13.0
1 parent d6c6386 commit 55f5cab

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.13.0
4+
35
- **Breaking change**: new API for pointing computation [#319](https://github.com/litebird/litebird_sim/pull/319). Here is a in-depth list of all the breaking changes in this PR:
46

57
1. Quaternions describing the orientation of the detectors must now be encoded using a `RotQuaternion` object; plain NumPy arrays are no longer supported.

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.12.0"
25+
release = "0.13.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.12.0"
4+
__version__ = "0.13.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.12.0"
3+
version = "0.13.0"
44
description = "Simulation tools for the LiteBIRD experiment"
55
authors = [
66
"The LiteBIRD Simulation Team",

0 commit comments

Comments
 (0)