We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e762f17 commit 30e93feCopy full SHA for 30e93fe
doc/source/changes.rst
@@ -2,6 +2,14 @@
2
Changelog
3
#########
4
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
13
******
14
v3.0.5
15
smmap/__init__.py
@@ -3,7 +3,7 @@
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
__homepage__ = "https://github.com/gitpython-developers/smmap"
-version_info = (3, 0, 5)
+version_info = (4, 0, 0)
__version__ = '.'.join(str(i) for i in version_info)
# make everything available in root package for convenience
0 commit comments