Skip to content

Commit

Permalink
Prepare 0.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Trigona-Harany committed Aug 29, 2024
1 parent 834d4b9 commit f0d9713
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.5.4] - 2024-08-29

### Changed

* `WktError` now correctly inherits from `PlpygisError`

### Added

* Allow overriding SRID when reading from a WKT/EWKT

## [0.5.3] - 2024-08-18

### Fixed
Expand Down Expand Up @@ -110,6 +120,7 @@
## [0.0.2] - 2017-08-06
## [0.0.1] - 2017-07-30

[0.5.4]: https://github.com/bosth/plpygis/compare/v0.5.3...v0.5.4
[0.5.3]: https://github.com/bosth/plpygis/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/bosth/plpygis/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/bosth/plpygis/compare/v0.5.0...v0.5.1
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.5.3"
__version__ = "0.5.4"

0 comments on commit f0d9713

Please sign in to comment.