@@ -1,3 +1,24 @@ | |||||
# [Version 0.10.10](https://github.com/Kosmorro/kosmorro/compare/v0.10.9...v0.10.10) (2022-03-20) | |||||
### Bug Fixes | |||||
* use Babel to translate the dates ([9268113](https://github.com/Kosmorro/kosmorro/commit/92681131062eb0a93e901a5598353e36d9fc590f)) | |||||
* **events:** ignore unsupported event types ([9bfa8f5](https://github.com/Kosmorro/kosmorro/commit/9bfa8f503d4b46f91777d0b99fbc84f2a116a340)) | |||||
### Features | |||||
* **i18n:** delete pseudo-translation ([b2535ab](https://github.com/Kosmorro/kosmorro/commit/b2535abd4aa03e700e5e482f8c5cf7af050eac29)) | |||||
### BREAKING CHANGES | |||||
* Docker support has been removed. | |||||
If you were using it, please migrate to [one of the other available options](https://kosmorro.space/cli/download/). | |||||
# [Version 0.10.9](https://github.com/Kosmorro/kosmorro/compare/v0.10.7...v0.10.9) (2022-01-12) | # [Version 0.10.9](https://github.com/Kosmorro/kosmorro/compare/v0.10.7...v0.10.9) (2022-01-12) | ||||
@@ -1,26 +0,0 @@ | |||||
#!/usr/bin/env python3 | |||||
# Kosmorro - Compute The Next Ephemerides | |||||
# Copyright (C) 2019 Jérôme Deuchnord <jerome@deuchnord.fr> | |||||
# | |||||
# This program is free software: you can redistribute it and/or modify | |||||
# it under the terms of the GNU Affero General Public License as | |||||
# published by the Free Software Foundation, either version 3 of the | |||||
# License, or (at your option) any later version. | |||||
# | |||||
# This program is distributed in the hope that it will be useful, | |||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |||||
# GNU Affero General Public License for more details. | |||||
# | |||||
# You should have received a copy of the GNU Affero General Public License | |||||
# along with this program. If not, see <https://www.gnu.org/licenses/>. | |||||
__title__ = "kosmorro" | |||||
__description__ = "A program that computes your ephemerides" | |||||
__url__ = "https://kosmorro.space" | |||||
__version__ = "0.10.9" | |||||
__author__ = "Jérôme Deuchnord" | |||||
__author_email__ = "jerome@deuchnord.fr" | |||||
__license__ = "AGPL" | |||||
__copyright__ = "Copyright 2021 Jérôme Deuchnord" |
@@ -1,6 +1,6 @@ | |||||
[tool.poetry] | [tool.poetry] | ||||
name = "kosmorro" | name = "kosmorro" | ||||
version = "0.10.9" | version = "0.10.10" | ||||
description = "A program to compute the ephemerides." | description = "A program to compute the ephemerides." | ||||
authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"] | authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"] | ||||
license = "AGPL-3.0-or-later" | license = "AGPL-3.0-or-later" | ||||