Skip to content

Commit

Permalink
Update version and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Trigona-Harany committed Jul 21, 2024
1 parent be33e2a commit ddd1b39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.2] - 2024-07-21

### Fixed

* Documentation
* CI works with Numpy 2.x

## [0.4.1] - 2024-04-30

### Added
Expand Down Expand Up @@ -72,6 +79,7 @@
## [0.0.2] - 2017-08-06
## [0.0.1] - 2017-07-30

[0.4.2]: https://github.com/bosth/plpygis/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/bosth/plpygis/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/bosth/plpygis/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/bosth/plpygis/compare/v0.2.2...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion plpygis/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"

0 comments on commit ddd1b39

Please sign in to comment.