File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,4 +46,4 @@ release: clean
4646force_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/*
Original file line number Diff line number Diff line change 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******
1214v3.0.4
Original file line number Diff line number Diff line change 33__author__ = "Sebastian Thiel"
44__contact__ = "byronimo@gmail.com"
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
You can’t perform that action at this time.
0 commit comments