Skip to content

Commit

Permalink
prepare v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Sep 17, 2023
1 parent 156151c commit 256c5a2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@
Changelog
#########

******
v5.0.1
******

- Added support for Python 3.12

******
v6.0.0
******

YANKED

- Dropped support 3.6 and 3.7
- Declared support for Python 3.11 and 3.12

Expand Down
2 changes: 1 addition & 1 deletion smmap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
__homepage__ = "https://github.com/gitpython-developers/smmap"
version_info = (6, 0, 0)
version_info = (5, 0, 1)
__version__ = '.'.join(str(i) for i in version_info)

# make everything available in root package for convenience
Expand Down

0 comments on commit 256c5a2

Please sign in to comment.