Skip to content

Commit 119cc41

Browse files
committed
bump patch level
1 parent 65f171a commit 119cc41

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ release: clean
4646
force_release:: clean
4747
git push --tags
4848
python3 setup.py sdist bdist_wheel
49-
twine upload -s -i 2CF6E0B51AAF73F09B1C21174D1DA68C88710E60 dist/*
49+
twine upload -s -i 27C50E7F590947D7273A741E85194C08421980C9 dist/*

Diff for: doc/source/changes.rst

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ v3.0.5
77
******
88

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

1113
******
1214
v3.0.4

Diff for: smmap/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__author__ = "Sebastian Thiel"
44
__contact__ = "[email protected]"
55
__homepage__ = "https://github.com/gitpython-developers/smmap"
6-
version_info = (3, 0, 4)
6+
version_info = (3, 0, 5)
77
__version__ = '.'.join(str(i) for i in version_info)
88

99
# make everything available in root package for convenience

0 commit comments

Comments
 (0)