Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d16702c

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

3 files changed

+9-2Lines changed: 9 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG‎

Copy file name to clipboardExpand all lines: CHANGELOG
+7Lines 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:
Collapse file

‎bpython/cli.py‎

Copy file name to clipboardExpand all lines: bpython/cli.py
+1-1Lines 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
#
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.