VERSION | 2 +- doc/install.rst | 12 ++++++------ doc/news.rst | 7 +++++++ pyderasn.py | 3 ++- diff --git a/VERSION b/VERSION index ec764ef3a15298ff43146769534b5f57b9fa8f36b40db5b678fd2a56b6efa12d..3614b612225292ba5679039e669f465c43991c38aa5e970a99741c4073671ab6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.3 +7.4 diff --git a/doc/install.rst b/doc/install.rst index c98c555e17515c7941b725ec4cf8fe71377f61cbd929a9d9f18e7659adc6b2a3..9ecff9f4db2625ce2fd3c3e1d0696bff3f45c31d1bcbcb683f44683f7026c7c3 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.3.tar.xz - $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-7.3.tar.xz.sig - $ gpg --verify pyderasn-7.3.tar.xz.sig pyderasn-7.3.tar.xz - $ xz --decompress --stdout pyderasn-7.3.tar.xz | tar xf - - $ cd pyderasn-7.3 + $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-7.4.tar.xz + $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-7.4.tar.xz.sig + $ gpg --verify pyderasn-7.4.tar.xz.sig pyderasn-7.4.tar.xz + $ xz --decompress --stdout pyderasn-7.4.tar.xz | tar xf - + $ cd pyderasn-7.4 $ python setup.py install # or copy pyderasn.py (+six.py, possibly termcolor.py) to your PYTHONPATH @@ -19,7 +19,7 @@ You could use pip (**no** OpenPGP authentication is performed!) with PyPI:: $ cat > requirements.txt <