Skip to content

Commit

Permalink
update version to 0.8.4 for point release
Browse files Browse the repository at this point in the history
  • Loading branch information
vivainio committed May 30, 2008
1 parent 2e9b676 commit 19c4fb6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 4 additions & 4 deletions IPython/Release.py
Expand Up @@ -22,15 +22,15 @@
# because bdist_rpm does not accept dashes (an RPM) convention, and
# bdist_deb does not accept underscores (a Debian convention).

revision = '85'
revision = '124'
branch = 'ipython'

if branch == 'ipython':
version = '0.8.3.bzr.r' + revision
version = '0.8.4.bzr.r' + revision
else:
version = '0.8.3.bzr.r%s.%s' % (revision,branch)
version = '0.8.4.bzr.r%s.%s' % (revision,branch)

version = '0.8.3'
version = '0.8.4'

description = "An enhanced interactive Python shell."

Expand Down
7 changes: 7 additions & 0 deletions doc/ChangeLog
@@ -1,3 +1,10 @@
2008-05-30 Ville Vainio <vivainio@gmail.com>

* shell.py: disable -twisted on non-win32 platforms.
import sets module on python 2.3.

* Release.py: update version to 0.8.4 for quick point fix

2008-05-28 *** Released version 0.8.3

2008-05-28 Fernando Perez <Fernando.Perez@berkeley.edu>
Expand Down

0 comments on commit 19c4fb6

Please sign in to comment.