added tagging of releases
authorSalim Fadhley <sal@stodge.org>
Mon, 28 Jul 2014 22:50:37 +0000 (23:50 +0100)
committerSalim Fadhley <sal@stodge.org>
Mon, 28 Jul 2014 22:50:37 +0000 (23:50 +0100)
release.sh
setup.py

index 26f165abbc5d0bdba9589a20d10089aceff6285a..0081c6aec82f8f2ceeb2243c26d50e08a433a02f 100755 (executable)
@@ -2,3 +2,4 @@ pip install wheel
 pip install mock
 pip install coverage
 ant release
+git tag v`jenkinsapi_version`
\ No newline at end of file
index 1e038997bd90d8d94cea85d49ddc8ec6c63cdf10..02570269292a972f79e154f226d70641b6268dde 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 import os
 
 PROJECT_ROOT, _ = os.path.split(__file__)
-REVISION = '0.2.22'
+REVISION = '0.2.23'
 PROJECT_NAME = 'JenkinsAPI'
 PROJECT_AUTHORS = "Salim Fadhley, Aleksey Maksimov"
 # Please see readme.rst for a complete list of contributors