From 361e9cced0a5d724e6b4a17316df445bb52051dd Mon Sep 17 00:00:00 2001 From: dahlend Date: Fri, 25 Oct 2024 10:50:47 -0700 Subject: [PATCH] Release v1.0.3 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- pyproject.toml | 2 +- src/kete_core/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1419bb2..36c9f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.0.3] ### Added @@ -311,6 +311,8 @@ Initial Release [Unreleased]: https://github.com/IPAC-SW/kete/tree/main +[1.0.3]: https://github.com/IPAC-SW/kete/releases/tag/v1.0.1 +[1.0.2]: https://github.com/IPAC-SW/kete/releases/tag/v1.0.2 [1.0.1]: https://github.com/IPAC-SW/kete/releases/tag/v1.0.1 [1.0.0]: https://github.com/IPAC-SW/kete/releases/tag/v1.0.0 [0.3.0]: https://github.com/IPAC-SW/kete/releases/tag/v0.3.0 diff --git a/Cargo.toml b/Cargo.toml index 2317e92..beeb664 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "_core" -version = "1.0.2" +version = "1.0.3" edition = "2021" readme = "README.md" license = "BSD-3-Clause" diff --git a/pyproject.toml b/pyproject.toml index 6b3a351..1dc91d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kete" -version = "1.0.2" +version = "1.0.3" description = "Kete Asteroid Survey Tools" readme = "README.md" authors = [{name = "Dar Dahlen", email = "ddahlen@ipac.caltech.edu"}, diff --git a/src/kete_core/Cargo.toml b/src/kete_core/Cargo.toml index a82543a..4e660db 100644 --- a/src/kete_core/Cargo.toml +++ b/src/kete_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kete_core" -version = "1.0.2" +version = "1.0.3" edition = "2021" readme = "README.md" license = "BSD-3-Clause"