Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jan 24, 2021
1 parent e762f17 commit 30e93fe
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,6 +2,14 @@
Changelog
#########

******
v4.0.0
******

- Dropped support for Python 2.7 and 3.4
- Added support for Python 3.7, 3.8, and 3.9
- Removed unused exc.MemoryManagerError and exc.RegionCollectionError

******
v3.0.5
******
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 = (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
Expand Down

0 comments on commit 30e93fe

Please sign in to comment.