소스 검색

build: bump v1.0.0rc2

tags/v1.0.0rc2
Jérôme Deuchnord 1 개월 전
부모
커밋
be43be4040
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -1
      CHANGELOG.md
  2. +1
    -1
      pyproject.toml

+ 3
- 1
CHANGELOG.md 파일 보기

@@ -3,7 +3,9 @@

### Features

* Python 3.13 support ([d7def50](https://github.com/Kosmorro/kosmorro/commit/d7def507034e6af0d7c7bdbc4d4174b046b082ac))
* Python 3.13 and 3.14 support ([d7def50](https://github.com/Kosmorro/kosmorro/commit/d7def507034e6af0d7c7bdbc4d4174b046b082ac))
* **i18n:** add Romanian translation ([a61bdb8](https://github.com/Kosmorro/kosmorro/commit/a61bdb8dc774e8cbbe6feac918e4625e0a273b86)) (thanks @[Nic-T](https://github.com/Nic-T)!)
* **i18n:** add Tamil translation ([089d439](https://github.com/Kosmorro/kosmorro/commit/089d4391cded47b97fc683a44c6068e2d0dd0caf)) (thanks [தமிழ்நேரக்குழு](https://tamilneram.github.io/)!)
* replace latitude and longitude with one argument alone: --position ([#191](https://github.com/Kosmorro/kosmorro/issues/191)) ([5cab68e](https://github.com/Kosmorro/kosmorro/commit/5cab68ee926e1e085b6fbcff98e7575bb91327db))
* add support for `KOSMORRO_POSITION` environment variable ([6c5dc6f](https://github.com/Kosmorro/kosmorro/commit/6c5dc6fac63ad23e689aa8d9819128f0c7232193))
* add support for command line completion ([151c3a7](https://github.com/Kosmorro/kosmorro/commit/151c3a7a5fecc756f1ca66daa43bfb4e49180ae8))


+ 1
- 1
pyproject.toml 파일 보기

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


불러오는 중...
취소
저장