Author: Ronny Pfannschmidt <[email protected]>
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 = "[email protected]",
+    maintainer="Ronny Pfannschmidt",
+    maintainer_email="[email protected]",
     url = "http://bitbucket.org/pypy/pyrepl/";,
     license = "MIT X11 style",
     description = "A library for building flexible command line interfaces",
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to