Parcourir la source

build: bump v1.0.8

tags/v1.0.8
Jérôme Deuchnord il y a 2 ans
Parent
révision
69cdf15fcd
3 fichiers modifiés avec 11 ajouts et 2 suppressions
  1. +9
    -0
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/__version__.py
  3. +1
    -1
      pyproject.toml

+ 9
- 0
CHANGELOG.md Voir le fichier

@@ -1,3 +1,12 @@
# [Version 1.0.8](https://github.com/Kosmorro/lib/compare/v1.0.7...v1.0.8) (2023-05-05)


### Bug Fixes

* **deps:** update skyfield-data requirement from >=3,<5 to >=3,<6 ([#62](https://github.com/Kosmorro/lib/issues/62)) ([a2aa56c](https://github.com/Kosmorro/lib/commit/a2aa56c36b37c1937d6ed04480aec98ed95df739))



# [Version 1.0.7](https://github.com/Kosmorro/lib/compare/v1.0.6...v1.0.7) (2022-11-11) # [Version 1.0.7](https://github.com/Kosmorro/lib/compare/v1.0.6...v1.0.7) (2022-11-11)






+ 1
- 1
kosmorrolib/__version__.py Voir le fichier

@@ -19,7 +19,7 @@
__title__ = "kosmorrolib" __title__ = "kosmorrolib"
__description__ = "A library to compute your ephemerides" __description__ = "A library to compute your ephemerides"
__url__ = "http://kosmorro.space/lib" __url__ = "http://kosmorro.space/lib"
__version__ = "1.0.7"
__version__ = "1.0.8"
__author__ = "Jérôme Deuchnord" __author__ = "Jérôme Deuchnord"
__author_email__ = "jerome@deuchnord.fr" __author_email__ = "jerome@deuchnord.fr"
__license__ = "AGPL-v3" __license__ = "AGPL-v3"


+ 1
- 1
pyproject.toml Voir le fichier

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "kosmorrolib" name = "kosmorrolib"
version = "1.0.7"
version = "1.0.8"
authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"] authors = ["Jérôme Deuchnord <jerome@deuchnord.fr>"]
homepage = "https://kosmorro.space/lib" homepage = "https://kosmorro.space/lib"
repository = "https://github.com/Kosmorro/lib" repository = "https://github.com/Kosmorro/lib"


Chargement…
Annuler
Enregistrer