Skip to content

Commit c9fc7d6

Browse files
author
Jérôme Deuchnord
committed
build: bump v1.0.4
1 parent 75f5a87 commit c9fc7d6

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.4](https://github.com/Kosmorro/lib/compare/v1.0.3...v1.0.4) (2022-01-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **Breaking change:** restore `kosmorrolib.__version__` module ([0245394](https://github.com/Kosmorro/lib/commit/02453943ad36829072f339cf9b3695491c8e1f04))
7+
8+
9+
110
# [Version 1.0.3](https://github.com/Kosmorro/lib/compare/v1.0.2...v1.0.3) (2022-01-09)
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.3"
22+
__version__ = "1.0.4"
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.3"
3+
version = "1.0.4"
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)