Skip to content

Commit 1e4186c

Browse files
prepare 0.8.4 release
1 parent 5230905 commit 1e4186c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ it is to see a couple of hundred downloads and only get a handful of
4343
emails, so don't think I'll be irritated by the banality of your
4444
comments!)
4545

46+
47+
Summary of 0.8.4:
48+
49+
+ python3 support
50+
+ support for more readline hooks
51+
+ backport various fixes from pypy
52+
4653
Summary of 0.8.3:
4754

4855
+ First release from new home on bitbucket.

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
version = "0.8.4",
3636
author = "Michael Hudson-Doyle",
3737
author_email = "[email protected]",
38+
maintainer="Ronny Pfannschmidt",
39+
maintainer_email="[email protected]",
3840
url = "http://bitbucket.org/pypy/pyrepl/",
3941
license = "MIT X11 style",
4042
description = "A library for building flexible command line interfaces",

0 commit comments

Comments
 (0)