Skip to content

Commit

Permalink
Updated dates. Release info
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeaz committed Jan 31, 2017
1 parent 2ba2f31 commit d951379
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
October 7, 2016
January 31, 2017

Announcing : PLY-3.10 (Python Lex-Yacc)

Expand Down
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Version 3.10
---------------------
01/31/17: beazley
Changed grammar signature computation to not involve hashing
functions. Parts are just combined into a big string.

10/07/16: beazley
Fixed Issue #101: Incorrect shift-reduce conflict resolution with
precedence specifier.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PLY (Python Lex-Yacc) Version 3.10

Copyright (C) 2001-2016
Copyright (C) 2001-2017
David M. Beazley (Dabeaz LLC)
All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion ply/lex.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# ply: lex.py
#
# Copyright (C) 2001-2016
# Copyright (C) 2001-2017
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#
Expand Down
2 changes: 1 addition & 1 deletion ply/yacc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -----------------------------------------------------------------------------
# ply: yacc.py
#
# Copyright (C) 2001-2016
# Copyright (C) 2001-2017
# David M. Beazley (Dabeaz LLC)
# All rights reserved.
#
Expand Down

0 comments on commit d951379

Please sign in to comment.