Skip to content

Commit

Permalink
Pump version to post so we can fix PyPI landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Sep 28, 2024
1 parent b143cea commit d100521
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bracex/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ def parse_version(ver: str) -> Version:
return Version(major, minor, micro, release, pre, post, dev)


__version_info__ = Version(2, 5, 0, "final")
__version_info__ = Version(2, 5, 0, "final", post=1)
__version__ = __version_info__._get_canonical()
4 changes: 4 additions & 0 deletions docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## 2.5.post1

- **FIX**: Fix PyPI landing page.

## 2.5

- **NEW** Add Python 3.13 support.
Expand Down

0 comments on commit d100521

Please sign in to comment.