From c072bccceb662304cd7e6c4f307d1285c017246d Mon Sep 17 00:00:00 2001 From: Mathew Madhavacheril Date: Tue, 24 Sep 2024 13:53:42 -0400 Subject: [PATCH] bump version --- HISTORY.rst | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0b6c633c..e7c23530 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,17 @@ History ======= +0.26.2 (2024-09-24) +------------------- + +Changes relative to 0.21.0 include: + +* Significant changes to build and deployment system, now based on meson +* Improvements to sky aberration and modulation +* Minor bug fixes in reproject and curvedsky +* Improvements to wavelet analysis + + 0.21.0 (2023-10-19) ------------------- diff --git a/pyproject.toml b/pyproject.toml index 1af46445..0b37a5c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ['meson-python', 'numpy', 'cython', 'versioneer[toml]', 'build'] [project] name = 'pixell' -version = "0.26.1" +version = "0.26.2" description = "A rectangular pixel map manipulation and harmonic analysis library derived from Sigurd Naess' enlib." readme = 'README.rst' requires-python = '>=3.9'