Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Dec 6, 2023
1 parent b8be01e commit e59a32e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog][Keep a Changelog] and this project adheres to [Semantic Versioning][Semantic Versioning].

## [v0.1.44] - 2023-12-05

### Fixed
1. Fixed Cython code compatibility with Python 3.11. See [cython/issues/5894](https://github.com/cython/cython/issues/5894)
and [cpython/issues/112768](https://github.com/python/cpython/issues/112768)

## [v0.1.43] - 2023-10-12

### Fixed
Expand Down Expand Up @@ -138,7 +144,7 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
[Semantic Versioning]: https://semver.org/

<!-- Versions -->
[Unreleased]: https://github.com/mobiusklein/ms_peak_picker/compare/v0.1.43...HEAD
[Unreleased]: https://github.com/mobiusklein/ms_peak_picker/compare/v0.1.44...HEAD
[Released]: https://github.com/mobiusklein/ms_peak_picker/releases
[0.1.28]: https://github.com/mobiusklein/ms_peak_picker/releases/v0.1.28
[v0.1.34]: https://github.com/mobiusklein/ms_peak_picker/releases/v0.1.34
Expand All @@ -150,4 +156,5 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
[v0.1.40]: https://github.com/mobiusklein/ms_peak_picker/releases/v0.1.40
[v0.1.41]: https://github.com/mobiusklein/ms_peak_picker/releases/v0.1.41
[v0.1.42]: https://github.com/mobiusklein/ms_peak_picker/releases/v0.1.42
[v0.1.43]: https://github.com/mobiusklein/ms_peak_picker/releases/v0.1.43
[v0.1.43]: https://github.com/mobiusklein/ms_peak_picker/releases/v0.1.43
[v0.1.44]: https://github.com/mobiusklein/ms_peak_picker/releases/v0.1.44
2 changes: 1 addition & 1 deletion src/ms_peak_picker/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.1.44"
version = "0.1.45"

0 comments on commit e59a32e

Please sign in to comment.