From: Sergey Matveev Date: Sun, 20 May 2018 12:22:13 +0000 (+0300) Subject: Preparing for next release X-Git-Tag: 3.7~11 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=ce2545512540b451e07753a247a78fccfae699df Preparing for next release --- diff --git a/VERSION b/VERSION index d70c8f8..475ba51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6 +3.7 diff --git a/doc/install.rst b/doc/install.rst index 921766c..824e0c3 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -4,11 +4,11 @@ Install Preferable way is to :ref:`download ` tarball with the signature from `official website `__:: - % wget http://pyderasn.cypherpunks.ru/pyderasn-3.0.tar.xz - % wget http://pyderasn.cypherpunks.ru/pyderasn-3.0.tar.xz.sig - % gpg --verify pyderasn-3.0.tar.xz.sig pyderasn-3.0.tar.xz - % xz -d < pyderasn-3.0.tar.xz | tar xf - - % cd pyderasn-3.0 + % wget http://pyderasn.cypherpunks.ru/pyderasn-3.7.tar.xz + % wget http://pyderasn.cypherpunks.ru/pyderasn-3.7.tar.xz.sig + % gpg --verify pyderasn-3.7.tar.xz.sig pyderasn-3.7.tar.xz + % xz -d < pyderasn-3.7.tar.xz | tar xf - + % cd pyderasn-3.7 % python setup.py install # or copy pyderasn.py (+six.py) to your PYTHONPATH