[pypy-commit] pyrepl default: prepare 0.8.4 release

RonnyPfannschmidt noreply at buildbot.pypy.org
Thu May 3 14:06:15 CEST 2012


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: 
Changeset: r185:640cf3c5d4f5
Date: 2012-05-03 14:05 +0200
http://bitbucket.org/pypy/pyrepl/changeset/640cf3c5d4f5/

Log:	prepare 0.8.4 release

diff --git a/README b/README
--- a/README
+++ b/README
@@ -43,6 +43,13 @@
 emails, so don't think I'll be irritated by the banality of your
 comments!)
 
+
+Summary of 0.8.4:
+
+ + python3 support
+ + support for more readline hooks
+ + backport various fixes from pypy
+
 Summary of 0.8.3:
 
  + First release from new home on bitbucket.
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,8 @@
     version = "0.8.4",
     author = "Michael Hudson-Doyle",
     author_email = "micahel at gmail.com",
+    maintainer="Ronny Pfannschmidt",
+    maintainer_email="ronny.pfannschmidt at gmx.de",
     url = "http://bitbucket.org/pypy/pyrepl/",
     license = "MIT X11 style",
     description = "A library for building flexible command line interfaces",


More information about the pypy-commit mailing list