| @@ -1,3 +1,13 @@ | |||||
| # [v0.10.5](https://github.com/Kosmorro/kosmorro/compare/v0.10.4...v0.10.5) (2021-11-09) | |||||
| ### Bug Fixes | |||||
| * fix a display issue on the events list when Kosmorrolib returns events not supported by the CLI ([e82af8f](https://github.com/Kosmorro/kosmorro/commit/e82af8f4b9d3a1511876718ff99d5bcc6dce9067)) | |||||
| * fix KeyError on events processing ([be6bf53](https://github.com/Kosmorro/kosmorro/commit/be6bf530b7c57e9a54da09c86bcca7bfcbadf595)) | |||||
| # [v0.10.4](https://github.com/Kosmorro/kosmorro/compare/v0.10.3...v0.10.4) (2021-11-01) | # [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. | This version is empty and contains exactly the same things as v0.10.3. | ||||
| @@ -19,7 +19,7 @@ | |||||
| __title__ = "kosmorro" | __title__ = "kosmorro" | ||||
| __description__ = "A program that computes your ephemerides" | __description__ = "A program that computes your ephemerides" | ||||
| __url__ = "https://kosmorro.space" | __url__ = "https://kosmorro.space" | ||||
| __version__ = "0.10.4" | |||||
| __version__ = "0.10.5" | |||||
| __author__ = "Jérôme Deuchnord" | __author__ = "Jérôme Deuchnord" | ||||
| __author_email__ = "jerome@deuchnord.fr" | __author_email__ = "jerome@deuchnord.fr" | ||||
| __license__ = "AGPL" | __license__ = "AGPL" | ||||
| @@ -6,9 +6,9 @@ | |||||
| #, fuzzy | #, fuzzy | ||||
| msgid "" | msgid "" | ||||
| msgstr "" | msgstr "" | ||||
| "Project-Id-Version: kosmorro 0.10.4\n" | |||||
| "Project-Id-Version: kosmorro 0.10.5\n" | |||||
| "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||||
| "POT-Creation-Date: 2021-11-09 19:01+0100\n" | |||||
| "POT-Creation-Date: 2021-11-09 19:08+0100\n" | |||||
| "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
| "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
| "Language-Team: LANGUAGE <LL@li.org>\n" | "Language-Team: LANGUAGE <LL@li.org>\n" | ||||