Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
msyriac committed Sep 24, 2024
1 parent 6a37dbf commit c072bcc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c072bcc

Please sign in to comment.