diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db2533..7ab91df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [v0.10.4](https://github.com/Kosmorro/kosmorro/compare/v0.10.3...v0.10.4) (2021-11-01) + +This version is empty and contains exactly the same things as v0.10.3. +It has been created because of a manipulation mistake that led to the creation of a wrong version on PyPI. + +If v0.10.3 does not exist on your distribution, install v0.10.4, and you will have exactly the same thing. + # [v0.10.3](https://github.com/Kosmorro/kosmorro/compare/v0.10.2...v0.10.3) (2021-11-01) diff --git a/_kosmorro/__version__.py b/_kosmorro/__version__.py index 1c3da88..2202404 100644 --- a/_kosmorro/__version__.py +++ b/_kosmorro/__version__.py @@ -19,7 +19,7 @@ __title__ = "kosmorro" __description__ = "A program that computes your ephemerides" __url__ = "https://kosmorro.space" -__version__ = "0.10.3" +__version__ = "0.10.4" __author__ = "Jérôme Deuchnord" __author_email__ = "jerome@deuchnord.fr" __license__ = "AGPL" diff --git a/_kosmorro/locales/messages.pot b/_kosmorro/locales/messages.pot index 8cd933f..c6c527e 100644 --- a/_kosmorro/locales/messages.pot +++ b/_kosmorro/locales/messages.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: kosmorro 0.10.3\n" +"Project-Id-Version: kosmorro 0.10.4\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-11-01 18:07+0100\n" +"POT-Creation-Date: 2021-11-01 18:17+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"