VERSION | 2 +- doc/install.rst | 12 ++++++------ doc/news.rst | 8 ++++++++ pyderasn.py | 35 ++++++++++++++++++++++------------- tests/test_pyderasn.py | 9 +++++++++ diff --git a/VERSION b/VERSION index 3240021cf5e88def4f4f9c6c9e1f64ed70c10b8c64d68e9726fb732cdbb25620..0ff4c879ffc21ccff360dbb4e55627d804ff95ab0735552cd4dab6ba75d57c45 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.7 +8.0 diff --git a/doc/install.rst b/doc/install.rst index ff0af1b3468eb8f40e355ad2171be1c5cc78a1ec70dbecf7d52f178e0d487621..fe578969053ad77c1fd7ef7b7f3b6fc02d9a9d4aaf00be2b98b99b307437f413 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -4,11 +4,11 @@ Preferable way is to :ref:`download ` tarball with the signature from `official website `__:: - $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-7.7.tar.xz - $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-7.7.tar.xz.sig - $ gpg --verify pyderasn-7.7.tar.xz.sig pyderasn-7.7.tar.xz - $ xz --decompress --stdout pyderasn-7.7.tar.xz | tar xf - - $ cd pyderasn-7.7 + $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-8.0.tar.xz + $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-8.0.tar.xz.sig + $ gpg --verify pyderasn-8.0.tar.xz.sig pyderasn-8.0.tar.xz + $ xz --decompress --stdout pyderasn-8.0.tar.xz | tar xf - + $ cd pyderasn-8.0 $ python setup.py install # or copy pyderasn.py (+six.py, possibly termcolor.py) to your PYTHONPATH @@ -21,7 +21,7 @@ You could use pip (**no** OpenPGP authentication is performed!) with PyPI:: $ cat > requirements.txt <