From b665ba36cda658adabf8121b0911df3a348c8a38 Mon Sep 17 00:00:00 2001 From: Deuchnord Date: Tue, 11 Nov 2025 10:01:54 +0100 Subject: [PATCH] build: bump v1.0.0rc3 --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9b0ec..98af248 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -# [Version 1.0.0](https://github.com/Kosmorro/kosmorro/compare/v0.10.13...v) (2025-10-19) +# [Version 1.0.0](https://github.com/Kosmorro/kosmorro/compare/v0.10.13...v) (2025-11-??) ### Features -* Python 3.13 and 3.14 support ([d7def50](https://github.com/Kosmorro/kosmorro/commit/d7def507034e6af0d7c7bdbc4d4174b046b082ac)) +* add support for Python 3.13 and 3.14 ([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)) diff --git a/pyproject.toml b/pyproject.toml index b182cfa..dfc6cf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kosmorro" -version = "1.0.0rc2" +version = "1.0.0rc3" description = "A program to compute the ephemerides." authors = ["Jérôme Deuchnord "] license = "AGPL-3.0-or-later"