Skip to content

Commit

Permalink
bump patch level
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 23, 2021
1 parent 65f171a commit 119cc41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ release: clean
force_release:: clean
git push --tags
python3 setup.py sdist bdist_wheel
twine upload -s -i 2CF6E0B51AAF73F09B1C21174D1DA68C88710E60 dist/*
twine upload -s -i 27C50E7F590947D7273A741E85194C08421980C9 dist/*
2 changes: 2 additions & 0 deletions doc/source/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ v3.0.5
******

- Restored Python 2 support removed in v3.0.2
- changed release signature key to 27C50E7F590947D7273A741E85194C08421980C9. See
https://keybase.io/byronbates for proof of ownership.

******
v3.0.4
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__ = "[email protected]"
__homepage__ = "https://github.com/gitpython-developers/smmap"
version_info = (3, 0, 4)
version_info = (3, 0, 5)
__version__ = '.'.join(str(i) for i in version_info)

# make everything available in root package for convenience
Expand Down

0 comments on commit 119cc41

Please sign in to comment.