Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 23, 2020
1 parent 72698cc commit d076f66
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
#########

******
v3.0.1
******
- Switched back to the smmap package name on PyPI and fixed the smmap2 mirror package
(`#44 <https://github.com/gitpython-developers/smmap/issues/44>`_)
- Fixed setup.py ``long_description`` rendering
(`#40 <https://github.com/gitpython-developers/smmap/pull/40>`_)

**********
v0.9.0
**********
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, 0)
version_info = (3, 0, 1)
__version__ = '.'.join(str(i) for i in version_info)

# make everything available in root package for convenience
Expand Down

0 comments on commit d076f66

Please sign in to comment.