ソースを参照

build: bump version 1.0.7

tags/v1.0.7
コミット
2409e95455
3個のファイルの変更16行の追加2行の削除
  1. +14
    -0
      CHANGELOG.md
  2. +1
    -1
      kosmorrolib/__version__.py
  3. +1
    -1
      pyproject.toml

+ 14
- 0
CHANGELOG.md ファイルの表示

@@ -1,3 +1,17 @@
# [Version 1.0.7](https://github.com/Kosmorro/lib/compare/v1.0.6...v1.0.7) (2022-11-11)


### Build System

* add support for Python 3.11 ([#58](https://github.com/Kosmorro/lib/issues/58)) ([807be7d](https://github.com/Kosmorro/lib/commit/807be7def324c1accdad6dc35738624589eb7b06))


### BREAKING CHANGES

* Python 3.7 is not supported anymore.



# [Version 1.0.6](https://github.com/Kosmorro/lib/compare/v1.0.5...v1.0.6) (2022-03-19)




+ 1
- 1
kosmorrolib/__version__.py ファイルの表示

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


+ 1
- 1
pyproject.toml ファイルの表示

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


読み込み中…
キャンセル
保存