diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e9c30..6dc700e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [Version 0.11.2](https://github.com/Kosmorro/lib/compare/v0.11.1...v0.11.2) (2021-05-08) + + +### Bug Fixes + +* "minute must be in 0..59" error ([#20](https://github.com/Kosmorro/lib/issues/20)) ([592f8b1](https://github.com/Kosmorro/lib/commit/592f8b15d06e55fd8f0ba174972282e4c8eda6a0)) + + + # [Version 0.11.1](https://github.com/Kosmorro/lib/compare/v0.11.0...v0.11.1) (2021-05-01) diff --git a/kosmorrolib/__version__.py b/kosmorrolib/__version__.py index a7f7f5a..01e0937 100644 --- a/kosmorrolib/__version__.py +++ b/kosmorrolib/__version__.py @@ -3,7 +3,7 @@ __title__ = "kosmorrolib" __description__ = "A library that computes your ephemerides" __url__ = "http://kosmorro.space" -__version__ = "0.11.1" +__version__ = "0.11.2" __author__ = "Jérôme Deuchnord" __author_email__ = "jerome@deuchnord.fr" __license__ = "CeCILL-C"