Skip to content

Commit

Permalink
chore: manually major bump version
Browse files Browse the repository at this point in the history
I'm not sure why get-next-version didn't do this. Maybe it's because this is the first time that we have used release-please for this project.
  • Loading branch information
stdavis committed Aug 15, 2024
1 parent 597573e commit 728077d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [4.4.3](https://github.com/agrc/palletjack/compare/4.4.2...v4.4.3) (2024-08-15)
## [5.0.0](https://github.com/agrc/palletjack/compare/4.4.2...v5.0.0) (2024-08-15)


### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion src/palletjack/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""

#: This will be automatically set by the publish action when it is uploaded to pypi; only change this for local dev
__version__ = "4.4.3"
__version__ = "5.0.0"

0 comments on commit 728077d

Please sign in to comment.