Skip to content

Commit

Permalink
Update changelog, bump version, and update meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jun 16, 2024
1 parent 57d66c2 commit b3bfca1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backrefs/__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(5, 6, 0, "final", post=1)
__version_info__ = Version(5, 7, 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 @@
# Changelog

## 5.7

- **NEW**: Add support for Python 3.13 beta.

## 5.6.post1

- **Fix**: Update project metadata to indicate Python 3.12 support.
Expand Down
1 change: 1 addition & 0 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def update(self, metadata):
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
'Topic :: Software Development :: Libraries :: Python Modules',
'Typing :: Typed'
]

0 comments on commit b3bfca1

Please sign in to comment.