X Tutup
Skip to content

Commit 575c793

Browse files
committed
Tagged, changelog, version number bumped.
1 parent 28a14fa commit 575c793

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
v0.9.6.1
5+
--------
6+
A quick bugfix release (this should not become a habit).
7+
8+
* #82: Crash on saving file.
9+
410
v0.9.6
511
------
612
A bugfix/feature release (and a start at gtk). Happy Christmas everyone!

bpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# THE SOFTWARE.
2222

2323

24-
__version__ = '0.9.6'
24+
__version__ = '0.9.6.1'
2525

2626

2727
def embed(locals_=None, args=['-i', '-q'], banner=None):

0 commit comments

Comments
 (0)
X Tutup