| @@ -1,3 +1,18 @@ | |||||
| # [v0.10.0](https://github.com/Kosmorro/kosmorro/compare/v0.9.0...v0.10.0) (2021-05-30) | |||||
| ### Bug Fixes | |||||
| * fix English messages ([#178](https://github.com/Kosmorro/kosmorro/issues/178)) ([6661984](https://github.com/Kosmorro/kosmorro/commit/666198497398700f0a9540ba5cf7448895e29e75)) | |||||
| ### Features | |||||
| * add official Docker image ([#137](https://github.com/Kosmorro/kosmorro/issues/137)) ([a6d3575](https://github.com/Kosmorro/kosmorro/commit/a6d3575977046003d27c03f82e4635c36f7f34e7)) | |||||
| * use Kosmorrolib ([#162](https://github.com/Kosmorro/kosmorro/issues/162)) ([87206d7](https://github.com/Kosmorro/kosmorro/commit/87206d706893fef714e955cf6047483bc815a327)) | |||||
| # [v0.9.0](https://github.com/Kosmorro/kosmorro/compare/v0.8.1...v0.9.0) (2021-01-31) | # [v0.9.0](https://github.com/Kosmorro/kosmorro/compare/v0.8.1...v0.9.0) (2021-01-31) | ||||
| @@ -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.9.0" | |||||
| __version__ = '0.10.0' | |||||
| __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.9.0\n" | |||||
| "Project-Id-Version: kosmorro 0.10.0\n" | |||||
| "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||||
| "POT-Creation-Date: 2021-05-15 16:28+0200\n" | |||||
| "POT-Creation-Date: 2021-05-30 17:22+0200\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" | ||||