Show More
@@ -22,7 +22,7 b" name = 'ipython'" | |||||
22 | # because bdist_rpm does not accept dashes (an RPM) convention, and |
|
22 | # because bdist_rpm does not accept dashes (an RPM) convention, and | |
23 | # bdist_deb does not accept underscores (a Debian convention). |
|
23 | # bdist_deb does not accept underscores (a Debian convention). | |
24 |
|
24 | |||
25 |
revision = '11 |
|
25 | revision = '117' | |
26 | branch = 'ipython' |
|
26 | branch = 'ipython' | |
27 |
|
27 | |||
28 | if branch == 'ipython': |
|
28 | if branch == 'ipython': | |
@@ -30,7 +30,7 b" if branch == 'ipython':" | |||||
30 | else: |
|
30 | else: | |
31 | version = '0.8.3.bzr.r%s.%s' % (revision,branch) |
|
31 | version = '0.8.3.bzr.r%s.%s' % (revision,branch) | |
32 |
|
32 | |||
33 |
version = '0.8.3 |
|
33 | version = '0.8.3' | |
34 |
|
34 | |||
35 | description = "An enhanced interactive Python shell." |
|
35 | description = "An enhanced interactive Python shell." | |
36 |
|
36 |
@@ -3,6 +3,8 b'' | |||||
3 | * iplib.py, ipmaker.py: survive lack of doctest and site._Helper |
|
3 | * iplib.py, ipmaker.py: survive lack of doctest and site._Helper | |
4 | for minimal environments (e.g. Maemo sdk python) |
|
4 | for minimal environments (e.g. Maemo sdk python) | |
5 |
|
5 | |||
|
6 | * Branch for 0.8.3 | |||
|
7 | ||||
6 | 2008-05-14 Ville Vainio <vivainio@gmail.com> |
|
8 | 2008-05-14 Ville Vainio <vivainio@gmail.com> | |
7 |
|
9 | |||
8 | * Extensions/ipy_greedycompleter.py: |
|
10 | * Extensions/ipy_greedycompleter.py: |
General Comments 0
You need to be logged in to leave comments.
Login now