Browse Source

build: bump version 0.10.10

tags/v0.10.10
Jérôme Deuchnord 2 years ago
parent
commit
12dc58fcb2
3 changed files with 22 additions and 27 deletions
  1. +21
    -0
      CHANGELOG.md
  2. +0
    -26
      kosmorro/__version__.py
  3. +1
    -1
      pyproject.toml

+ 21
- 0
CHANGELOG.md View File

@@ -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)




+ 0
- 26
kosmorro/__version__.py View File

@@ -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
- 1
pyproject.toml View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "kosmorro"
version = "0.10.9"
version = "0.10.10"
description = "A program to compute the ephemerides."
authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"]
license = "AGPL-3.0-or-later"


Loading…
Cancel
Save