aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt7
-rw-r--r--MANIFEST.in2
-rw-r--r--pyasn1_modules/__init__.py2
3 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index dffb86c..2215187 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,11 @@
-Revision 0.0.6
+Revision 0.0.7
--------------
+- Extensions added to text files, CVS attic flushed.
+
+Revision 0.0.6, released 21-06-2015
+-----------------------------------
+
- Typo fix to id_kp_serverAuth object value
- A test case for indefinite length encoding eliminated as it's
forbidden in DER.
diff --git a/MANIFEST.in b/MANIFEST.in
index 056c1d0..d99d7b2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
-include CHANGES README LICENSE
+include *.txt
recursive-include tools *.py
recursive-include test *.sh
diff --git a/pyasn1_modules/__init__.py b/pyasn1_modules/__init__.py
index 01abca4..ace227a 100644
--- a/pyasn1_modules/__init__.py
+++ b/pyasn1_modules/__init__.py
@@ -1,2 +1,2 @@
# http://www.python.org/dev/peps/pep-0396/
-__version__ = '0.0.6'
+__version__ = '0.0.7'