##// END OF EJS Templates
Update revision number in version string
Fernando Perez -
Show More
@@ -23,7 +23,7 b" name = 'ipython'"
23 23 development = True # change this to False to do a release
24 24 version_base = '0.11'
25 25 branch = 'ipython'
26 revision = '1205'
26 revision = '1219'
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