summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-08-25 15:09:14 -0500
committerDavid Beazley <dave@dabeaz.com>2015-08-25 15:09:14 -0500
commit49f3682ccf45a4bd82af0649b03a60c1af0fb143 (patch)
treeb6af380e2bac915e1ffdb4a9c6bff87b2a1365d4
parentca4af9b7bd03309b64b0e6503a1e89690a273b5e (diff)
downloadply-49f3682ccf45a4bd82af0649b03a60c1af0fb143.tar.gz
Minor edits to ANNOUNCE/README
-rw-r--r--ANNOUNCE8
-rw-r--r--MANIFEST.in1
2 files changed, 5 insertions, 4 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index bdc1c10..badc9b6 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,11 +1,11 @@
-February 17, 2011
+August 25, 2015
- Announcing : PLY-3.4 (Python Lex-Yacc)
+ Announcing : PLY-3.7 (Python Lex-Yacc)
http://www.dabeaz.com/ply
-I'm pleased to announce PLY-3.4--a pure Python implementation of the
-common parsing tools lex and yacc. PLY-3.4 is a minor bug fix
+I'm pleased to announce PLY-3.7--a pure Python implementation of the
+common parsing tools lex and yacc. PLY-3.7 is a minor bug fix
release. It supports both Python 2 and Python 3.
If you are new to PLY, here are a few highlights:
diff --git a/MANIFEST.in b/MANIFEST.in
index 0ccc587..0d37431 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,7 @@ recursive-include example *
recursive-include doc *
recursive-include test *
include ANNOUNCE
+include README.md
include CHANGES
include TODO
global-exclude *.pyc