projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed80dea
)
added tagging of releases
author
Salim Fadhley
<sal@stodge.org>
Mon, 28 Jul 2014 22:50:37 +0000
(23:50 +0100)
committer
Salim Fadhley
<sal@stodge.org>
Mon, 28 Jul 2014 22:50:37 +0000
(23:50 +0100)
release.sh
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/release.sh
b/release.sh
index 26f165abbc5d0bdba9589a20d10089aceff6285a..0081c6aec82f8f2ceeb2243c26d50e08a433a02f 100755
(executable)
--- a/
release.sh
+++ b/
release.sh
@@
-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
diff --git
a/setup.py
b/setup.py
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.2
2
'
+REVISION = '0.2.2
3
'
PROJECT_NAME = 'JenkinsAPI'
PROJECT_AUTHORS = "Salim Fadhley, Aleksey Maksimov"
# Please see readme.rst for a complete list of contributors