From 0d49da78a0994a6d0ed308ec7ee0956f8b76529a Mon Sep 17 00:00:00 2001 From: Yanick Fratantonio Date: Fri, 13 Feb 2026 15:36:17 +0000 Subject: [PATCH] python: prepare for release of 1.0.2 --- python/CHANGELOG.md | 6 +++--- python/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/CHANGELOG.md b/python/CHANGELOG.md index 4d9d4775..705ffaed 100644 --- a/python/CHANGELOG.md +++ b/python/CHANGELOG.md @@ -9,9 +9,9 @@ Note that for version number starting with a `0`, i.e., `0.x.y`, a bump of `x` should be considered as a major (and thus potentially breaking) change. See semver guidelines for more details about this. -## [Unreleased] -- Mark Python 3.14 as supported. -- Remove direct dependency on NumPy. +## [1.0.2] - 2026-02-16 +- Mark python 3.14 as supported. +- Remove direct dependency on numpy. - Remove dependency on python-dotenv (note: .env files are no longer loaded automatically). ## [1.0.1] - 2025-10-31 diff --git a/python/pyproject.toml b/python/pyproject.toml index 5bf98187..70284537 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ "Topic :: Software Development", "Typing :: Typed", ] -version = "1.0.2.dev0" +version = "1.0.2" dependencies = [ "click>=8.1.7",