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 72698cc commit d076f66Copy full SHA for d076f66
doc/source/changes.rst
@@ -2,6 +2,14 @@
2
Changelog
3
#########
4
5
+******
6
+v3.0.1
7
8
+- Switched back to the smmap package name on PyPI and fixed the smmap2 mirror package
9
+ (`#44 <https://github.com/gitpython-developers/smmap/issues/44>`_)
10
+- Fixed setup.py ``long_description`` rendering
11
+ (`#40 <https://github.com/gitpython-developers/smmap/pull/40>`_)
12
+
13
**********
14
v0.9.0
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, 0)
+version_info = (3, 0, 1)
__version__ = '.'.join(str(i) for i in version_info)
# make everything available in root package for convenience
0 commit comments