Skip to content

Commit db88100

Browse files
committed
bump major version and update changelog
1 parent f2f2eb6 commit db88100

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: doc/source/changes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
#########
44

5+
******
6+
v5.0.0
7+
******
8+
9+
- Dropped support 3.5
10+
- Added support for Python 3.10
11+
512
******
613
v4.0.0
714
******

Diff for: smmap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = "Sebastian Thiel"
44
__contact__ = "[email protected]"
55
__homepage__ = "https://github.com/gitpython-developers/smmap"
6-
version_info = (4, 0, 0)
6+
version_info = (5, 0, 0)
77
__version__ = '.'.join(str(i) for i in version_info)
88

99
# make everything available in root package for convenience

0 commit comments

Comments
 (0)