summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2015-06-04 15:11:38 +0000
committerelie <elie>2015-06-04 15:11:38 +0000
commit288edae808e5b95b82b3047a95b1b1de2ef01176 (patch)
tree8f126480d7f336fff9e8fd905f84d6e249b3e41a
parentfbb306efa530fa36dceb07ba7dd5fd6494442a37 (diff)
downloadpyasn1-288edae808e5b95b82b3047a95b1b1de2ef01176.tar.gz
minor fixes
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 516fc2b..6727728 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ FEATURES
* Generic implementation of ASN.1 types (X.208)
* Fully standard compliant BER/CER/DER codecs
-* 100% Python, works with Python 2.4 up to Python 3.3 (beta 1)
+* 100% Python, works with Python 2.4 up to Python 3.4
* MT-safe
MISFEATURES
@@ -31,8 +31,8 @@ $ easy_install pyasn1
or
-$ tar zxf pyasn1-0.1.7.tar.gz
-$ cd pyasn1-0.1.7
+$ tar zxf pyasn1-0.1.8.tar.gz
+$ cd pyasn1-0.1.8
$ python setup.py install
$ python setup.py test # run unit tests (optional)