We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30971b commit c5836f4Copy full SHA for c5836f4
bpython/__init__.py
@@ -22,7 +22,7 @@
22
23
import os.path
24
25
-__version__ = '0.13.1'
+__version__ = '0.13.2'
26
package_dir = os.path.abspath(os.path.dirname(__file__))
27
28
doc/sphinx/source/conf.py
@@ -45,9 +45,9 @@
45
# built documents.
46
#
47
# The short X.Y version.
48
-version = 'mercurial'
+version = '0.13.2'
49
# The full version, including alpha/beta/rc tags.
50
-release = 'mercurial'
+release = '0.13.2'
51
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
# for a list of supported languages.
0 commit comments