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 cfd167d commit 63f32b4Copy full SHA for 63f32b4
CHANGELOG
@@ -1,8 +1,8 @@
1
Changelog
2
=========
3
4
-v0.9.8
5
-------
+v0.10
+-----
6
As a highlight of the release, Michele Orrù added i18n support to bpython.
7
8
Some issues have been resolved as well:
bpython/__init__.py
@@ -22,7 +22,7 @@
22
23
import os.path
24
25
-__version__ = '0.9.7.1'
+__version__ = '0.10'
26
package_dir = os.path.abspath(os.path.dirname(__file__))
27
28
0 commit comments