Browse Source

build: bump v1.0.4

tags/v1.0.4
Jérôme Deuchnord 2 years ago
parent
commit
c9fc7d602a
3 changed files with 11 additions and 2 deletions
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/__version__.py
  3. +1
    -1
      pyproject.toml

+ 9
- 0
CHANGELOG.md View File

@@ -1,3 +1,12 @@
# [Version 1.0.4](https://github.com/Kosmorro/lib/compare/v1.0.3...v1.0.4) (2022-01-09)


### Bug Fixes

* **Breaking change:** restore `kosmorrolib.__version__` module ([0245394](https://github.com/Kosmorro/lib/commit/02453943ad36829072f339cf9b3695491c8e1f04))



# [Version 1.0.3](https://github.com/Kosmorro/lib/compare/v1.0.2...v1.0.3) (2022-01-09)




+ 1
- 1
kosmorrolib/__version__.py View File

@@ -19,7 +19,7 @@
__title__ = "kosmorrolib"
__description__ = "A library to compute your ephemerides"
__url__ = "http://kosmorro.space/lib"
__version__ = "1.0.3"
__version__ = "1.0.4"
__author__ = "Jérôme Deuchnord"
__author_email__ = "jerome@deuchnord.fr"
__license__ = "AGPL-v3"


+ 1
- 1
pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "kosmorrolib"
version = "1.0.3"
version = "1.0.4"
authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"]
homepage = "https://kosmorro.space/lib"
repository = "https://github.com/Kosmorro/lib"


Loading…
Cancel
Save