From e840cea17ee98f80fa84dde4a10d2cf9cefce378 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Tue, 16 Apr 2024 11:21:07 -0400 Subject: [PATCH] Update changelog for version 1.1.0 --- CHANGES.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c5e0810..93fd6a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,14 @@ # Changes +## 1.1.0 (2024-04-16) + +- Don't include the unit tests in the installed Python package. + +- Drop support for Python 3.9. Add support for, and run unit tests for, + Python 3.12. + +- Update build system for compatibility with the latest version of Poetry. + ## 1.0.2 (2023-03-03) - Track API changes in mocpy. diff --git a/pyproject.toml b/pyproject.toml index 4f93371..795ec53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "healpix-alchemy" -version = "1.0.2" +version = "1.1.0" description = "SQLAlchemy extensions for HEALPix spatially indexed astronomy data" readme = "README.md" authors = ["Leo Singer "]