Skip to content

Commit 064ba31

Browse files
author
Jérôme Deuchnord
committed
build: bump version 1.0.6
1 parent 1cf40f5 commit 064ba31

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [Version 1.0.6](https://github.com/Kosmorro/lib/compare/v1.0.5...v1.0.6) (2022-03-19)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent `get_ephemerides()` from returning values out of the dates given in arguments ([1cf40f5](https://github.com/Kosmorro/lib/commit/1cf40f5b40991b6dc567f979f6bd69fc63807e4e))
7+
8+
9+
110
# [Version 1.0.5](https://github.com/Kosmorro/lib/compare/v1.0.4...v1.0.5) (2022-02-21)
211

312

kosmorrolib/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
__title__ = "kosmorrolib"
2020
__description__ = "A library to compute your ephemerides"
2121
__url__ = "http://kosmorro.space/lib"
22-
__version__ = "1.0.5"
22+
__version__ = "1.0.6"
2323
__author__ = "Jérôme Deuchnord"
2424
__author_email__ = "jerome@deuchnord.fr"
2525
__license__ = "AGPL-v3"

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 = "kosmorrolib"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"]
55
homepage = "https://kosmorro.space/lib"
66
repository = "https://github.com/Kosmorro/lib"

0 commit comments

Comments
 (0)