summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-07-23 19:00:39 +0000
committerrsiddharth <rsd@gnu.org>2016-07-23 19:01:26 +0000
commited336711b75a5f4dbc1635af5cf31608aa8197ce (patch)
tree47fad44b06851d9b89a758066f2b31772fc93dc9
parentd10d00b4a98ae48a1f3762bdb87dbfc58115afe8 (diff)
Makefile: change gpg signing key.
See http://rsiddharth.ninth.su/key-transition-2016.txt
-rw-r--r--Makefile4
-rw-r--r--lpschedule_generator/_version.py2
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
# <http://www.gnu.org/licenses/>.
-__version__ = u'0.6.0'
+__version__ = u'0.6.1.dev1'