summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 14:25:21 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 14:25:21 +0800
commitf4d7a58b4d96200cd057a38a0758d3c84901f57e (patch)
tree0bd47b2d6e1c2ba5e4c2aa485f8d3296bc169654
parentebec89621ed48b5cba97b695fda28389fafaa0a1 (diff)
downloadsmmap-f4d7a58b4d96200cd057a38a0758d3c84901f57e.tar.gz
bump patch levelv3.0.2
-rw-r--r--doc/source/changes.rst6
-rw-r--r--smmap/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index e9c2662..e5b0e79 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -3,6 +3,12 @@ Changelog
#########
******
+v3.0.2
+******
+
+- signed release
+
+******
v3.0.1
******
- Switched back to the smmap package name on PyPI and fixed the smmap2 mirror package
diff --git a/smmap/__init__.py b/smmap/__init__.py
index 40861f5..72df0cf 100644
--- a/smmap/__init__.py
+++ b/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, 1)
+version_info = (3, 0, 2)
__version__ = '.'.join(str(i) for i in version_info)
# make everything available in root package for convenience