Skip to content

Commit 30e93fe

Browse files
committed
v4.0.0
1 parent e762f17 commit 30e93fe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: doc/source/changes.rst

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

5+
******
6+
v4.0.0
7+
******
8+
9+
- Dropped support for Python 2.7 and 3.4
10+
- Added support for Python 3.7, 3.8, and 3.9
11+
- Removed unused exc.MemoryManagerError and exc.RegionCollectionError
12+
513
******
614
v3.0.5
715
******

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 = (3, 0, 5)
6+
version_info = (4, 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)