Skip to content

Commit

Permalink
bump major version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Oct 15, 2021
1 parent f2f2eb6 commit db88100
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/source/changes.rst
Expand Up @@ -2,6 +2,13 @@
Changelog
#########

******
v5.0.0
******

- Dropped support 3.5
- Added support for Python 3.10

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

# make everything available in root package for convenience
Expand Down

0 comments on commit db88100

Please sign in to comment.