From ce2545512540b451e07753a247a78fccfae699df Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 20 May 2018 15:22:13 +0300 Subject: [PATCH] Preparing for next release --- VERSION | 2 +- doc/install.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.44.0