VERSION | 2 +- doc/install.rst | 12 ++++++------ doc/news.rst | 6 ++++++ pyderasn.py | 8 ++++++-- diff --git a/VERSION b/VERSION index b142598733bff44879ad6d4d3c9f8f53222e48f2954966ad0f384ffe43563d1a..7d9f6d18a09a216c0e37c30e28edf95b3128db75859da1a3713d5db3ef8b9210 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.2 +8.3 diff --git a/doc/install.rst b/doc/install.rst index 2818fc85175845259392fe08552adc64641009e16dc6f0e0b7b44311619ce9ee..f06c187f0e3751dfd2ce4994e9c03555e8329ff83f1868d82929b4f3d344928b 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://www.pyderasn.cypherpunks.ru/pyderasn-8.2.tar.xz - $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.2.tar.xz.sig - $ gpg --verify pyderasn-8.2.tar.xz.sig pyderasn-8.2.tar.xz - $ xz --decompress --stdout pyderasn-8.2.tar.xz | tar xf - - $ cd pyderasn-8.2 + $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.3.tar.xz + $ [fetch|wget] http://www.pyderasn.cypherpunks.ru/pyderasn-8.3.tar.xz.sig + $ gpg --verify pyderasn-8.3.tar.xz.sig pyderasn-8.3.tar.xz + $ xz --decompress --stdout pyderasn-8.3.tar.xz | tar xf - + $ cd pyderasn-8.3 $ 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 <