From ed336711b75a5f4dbc1635af5cf31608aa8197ce Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 23 Jul 2016 19:00:39 +0000 Subject: Makefile: change gpg signing key. See http://rsiddharth.ninth.su/key-transition-2016.txt --- Makefile | 4 ++-- lpschedule_generator/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0d4be66..622857b 100644 --- a/Makefile +++ b/Makefile @@ -29,8 +29,8 @@ egg: @python setup.py egg_info upload: - @twine upload -r pypi -s -i rsd@gnu.org dist/*.tar.gz - @twine upload -r pypi -s -i rsd@gnu.org dist/*.whl + @twine upload -r pypi -s -i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' dist/*.tar.gz + @twine upload -r pypi -s -i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' dist/*.whl .PHONY: build-dist egg upload diff --git a/lpschedule_generator/_version.py b/lpschedule_generator/_version.py index b7d5a85..a1b5555 100644 --- a/lpschedule_generator/_version.py +++ b/lpschedule_generator/_version.py @@ -18,4 +18,4 @@ # along with lpschedule-generator (see COPYING). If not, see # . -__version__ = u'0.6.0' +__version__ = u'0.6.1.dev1' -- cgit v1.2.3