Skip to content

Commit d16702c

Browse files
author
bob
committed
Changed version numbers for new release of 0.8.0
1 parent 7d835c0 commit d16702c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.8.0
2+
======
3+
It's been a long while since the last release and there've been numerous little
4+
bugfixes and extras here and there so I'm putting this out as 0.8.0. Check the
5+
hg commit history if you want more info:
6+
http://bitbucket.org/bobf/bpython/
7+
18
v0.7.2
29
======
310
Menno sent me some patches to fix some stuff:

bpython/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# bpython 0.7.1::fancy curses interface to the Python repl::Bob Farrell 2008
2+
# bpython 0.8.0::fancy curses interface to the Python repl::Bob Farrell 2008
33
#
44
# The MIT License
55
#

setup.py

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

1616
setup(
1717
name="bpython",
18-
version = "0.7.1",
18+
version = "0.8.0",
1919
author = "Robert Anthony Farrell",
2020
author_email = "robertanthonyfarrell@gmail.com",
2121
description = "Fancy Interface to the Python Interpreter",

0 commit comments

Comments
 (0)