Show More
@@ -24,7 +24,7 b' _version_minor = 7' | |||||
24 | _version_patch = 0 |
|
24 | _version_patch = 0 | |
25 | _version_extra = '.dev' |
|
25 | _version_extra = '.dev' | |
26 | # _version_extra = 'b1' |
|
26 | # _version_extra = 'b1' | |
27 |
|
|
27 | _version_extra = '' # Uncomment this for full releases | |
28 |
|
28 | |||
29 | # Construct full version string from these. |
|
29 | # Construct full version string from these. | |
30 | _ver = [_version_major, _version_minor, _version_patch] |
|
30 | _ver = [_version_major, _version_minor, _version_patch] |
@@ -7,6 +7,7 b" python -c 'import keyring'" | |||||
7 | python -c 'import twine' |
|
7 | python -c 'import twine' | |
8 | python -c 'import sphinx' |
|
8 | python -c 'import sphinx' | |
9 | python -c 'import sphinx_rtd_theme' |
|
9 | python -c 'import sphinx_rtd_theme' | |
|
10 | python -c 'import nose' | |||
10 |
|
11 | |||
11 | echo -n 'PREV_RELEASE (X.y.z):' |
|
12 | echo -n 'PREV_RELEASE (X.y.z):' | |
12 | read PREV_RELEASE |
|
13 | read PREV_RELEASE |
General Comments 0
You need to be logged in to leave comments.
Login now