From 69518e154003fcb2cdafb889c699f68b23db4510 Mon Sep 17 00:00:00 2001 From: Dar Dahlen Date: Thu, 10 Oct 2024 08:28:55 -0700 Subject: [PATCH] Release v1.0.2 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- pyproject.toml | 2 +- src/kete_core/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fe56d..0f86fe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,11 @@ 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.2] ### Added +- Added Python 3.13 to the built packages. - Added `sample` to the `HorizonsProperties` object, allowing sampling of the orbit's uncertainty. - Added support for time delayed non-gravitational forces, as is found a number of diff --git a/Cargo.toml b/Cargo.toml index 74e6dbc..b1d6a1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "_core" -version = "1.0.1" +version = "1.0.2" edition = "2021" readme = "README.md" license = "BSD-3-Clause" diff --git a/pyproject.toml b/pyproject.toml index df509e7..6b3a351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kete" -version = "1.0.1" +version = "1.0.2" 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 e137f0d..a82543a 100644 --- a/src/kete_core/Cargo.toml +++ b/src/kete_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kete_core" -version = "1.0.1" +version = "1.0.2" edition = "2021" readme = "README.md" license = "BSD-3-Clause"