VERSION | 2 +- doc/install.rst | 12 ++++++------ doc/news.rst | 6 ++++++ makedist.sh | 4 ++-- pyderasn.py | 1 + diff --git a/VERSION b/VERSION index 25a9b0fc4ded141ddf807f2130da3842b793869264705eb090bcbde456c303dc..90c550a4f4efebcec20436ace35ff554639c764fc50566f057c7c640c9ff3874 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.4 +5.5 diff --git a/doc/install.rst b/doc/install.rst index 8a266401a90576621b1402f3306ddc8072e0f0ac21c8a0ae614d2811f9b400af..ea7e6b29cc71b086541755cce09954b43d6944a195d47118cf4a88328b638b11 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-5.4.tar.xz - $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-5.4.tar.xz.sig - $ gpg --verify pyderasn-5.4.tar.xz.sig pyderasn-5.4.tar.xz - $ xz --decompress --stdout pyderasn-5.4.tar.xz | tar xf - - $ cd pyderasn-5.4 + $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-5.5.tar.xz + $ [fetch|wget] http://pyderasn.cypherpunks.ru/pyderasn-5.5.tar.xz.sig + $ gpg --verify pyderasn-5.5.tar.xz.sig pyderasn-5.5.tar.xz + $ xz --decompress --stdout pyderasn-5.5.tar.xz | tar xf - + $ cd pyderasn-5.5 $ 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 <