Show More
@@ -20,10 +20,10 b" name = 'ipython'" | |||
|
20 | 20 | # because bdist_rpm does not accept dashes (an RPM) convention, and |
|
21 | 21 | # bdist_deb does not accept underscores (a Debian convention). |
|
22 | 22 | |
|
23 |
development = |
|
|
24 | version_base = '0.10' | |
|
23 | development = True # change this to False to do a release | |
|
24 | version_base = '0.10.1' | |
|
25 | 25 | branch = 'ipython' |
|
26 |
revision = '121 |
|
|
26 | revision = '1215' | |
|
27 | 27 | |
|
28 | 28 | if development: |
|
29 | 29 | if branch == 'ipython': |
General Comments 0
You need to be logged in to leave comments.
Login now