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