Skip to content

Commit d886a8c

Browse files
committed
Update changelog for Caio Romão’s true name, bump version number, again
1 parent beaa986 commit d886a8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A bugfix/feature release (and a start at gtk). Happy Christmas everyone!
2727
* #78: Theme without a certain value raises exception
2828

2929
- add the possibility for a banner to be shown on bpython startup (when
30-
embedded or in code) written by Caio Ramao.
30+
embedded or in code) written by Caio Romao.
3131
- add a hack to add a write() method to our fake stdin object
3232
- Don't use curses interface when stdout is not attached to a terminal.
3333
- PEP-8 conformance.

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.1'
24+
__version__ = '0.9.6.2'
2525

2626

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

0 commit comments

Comments
 (0)