summaryrefslogtreecommitdiff
path: root/src/pyparsing.py
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2016-09-10 15:21:27 +0000
committerPaul McGuire <ptmcg@austin.rr.com>2016-09-10 15:21:27 +0000
commitb53e077615245af7310ef91bfbd68e59d580d72b (patch)
tree7bf82f80460013913b87df7b91d0476ea96461ea /src/pyparsing.py
parentdf2a7d173d882c1c22b8b6821f80394df4d30d9b (diff)
downloadpyparsing-git-b53e077615245af7310ef91bfbd68e59d580d72b.tar.gz
Cleanup/notes in prep for 2.1.9 release
Diffstat (limited to 'src/pyparsing.py')
-rw-r--r--src/pyparsing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pyparsing.py b/src/pyparsing.py
index c8b317b..d602a35 100644
--- a/src/pyparsing.py
+++ b/src/pyparsing.py
@@ -1,6 +1,6 @@
# module pyparsing.py
#
-# Copyright (c) 2003-2015 Paul T. McGuire
+# Copyright (c) 2003-2016 Paul T. McGuire
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -61,7 +61,7 @@ The pyparsing module handles some of the problems that are typically vexing when
"""
__version__ = "2.1.9"
-__versionTime__ = "08 Sep 2016 23:33 UTC"
+__versionTime__ = "10 Sep 2016 15:10 UTC"
__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>"
import string