summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt2
-rw-r--r--pycparser/__init__.py2
2 files changed, 1 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 1546183..737cf3f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,8 +1,6 @@
Todo
----
-- Carry PLY around instead of requiring to install it
-- close issue 31 and open new one
Changes since last
------------------
diff --git a/pycparser/__init__.py b/pycparser/__init__.py
index bcbb29d..20ab0df 100644
--- a/pycparser/__init__.py
+++ b/pycparser/__init__.py
@@ -8,7 +8,7 @@
# License: BSD
#-----------------------------------------------------------------
__all__ = ['c_lexer', 'c_parser', 'c_ast']
-__version__ = '2.08'
+__version__ = '2.09'
from subprocess import Popen, PIPE
from .c_parser import CParser