Skip to content

Commit c5836f4

Browse files
committed
Bump version to 0.13.2
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent b30971b commit c5836f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
import os.path
2424

25-
__version__ = '0.13.1'
25+
__version__ = '0.13.2'
2626
package_dir = os.path.abspath(os.path.dirname(__file__))
2727

2828

doc/sphinx/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = 'mercurial'
48+
version = '0.13.2'
4949
# The full version, including alpha/beta/rc tags.
50-
release = 'mercurial'
50+
release = '0.13.2'
5151

5252
# The language for content autogenerated by Sphinx. Refer to documentation
5353
# for a list of supported languages.

0 commit comments

Comments
 (0)