commit bdb75e148df473edcd3b85d0a73dd9e0d06a6ee2 Author: Damian Johnson atagar@torproject.org Date: Sun Dec 21 16:32:56 2014 -0800
Stem release 1.3.0 --- docs/index.rst | 2 +- stem/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst index bcc2269..5e8b97a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ Welcome to Stem! ================
-Stem is a Python controller library for `Tor https://www.torproject.org/`_. With it you can use Tor's `control protocol https://gitweb.torproject.org/torspec.git/tree/control-spec.txt`_ to script against the Tor process, or build things similar to `Vidalia https://www.torproject.org/projects/vidalia.html.en`_ and `arm https://www.atagar.com/arm/`_. Stem's latest version is **1.2.2** (released June 7th, 2014). +Stem is a Python controller library for `Tor https://www.torproject.org/`_. With it you can use Tor's `control protocol https://gitweb.torproject.org/torspec.git/tree/control-spec.txt`_ to script against the Tor process, or build things similar to `Vidalia https://www.torproject.org/projects/vidalia.html.en`_ and `arm https://www.atagar.com/arm/`_. Stem's latest version is **1.3.0** (released December 21st, 2014).
.. Main Stem Logo Source: http://www.wpclipart.com/plants/assorted/P/plant_stem.png.html diff --git a/stem/__init__.py b/stem/__init__.py index 640cdff..a5fc41a 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -438,7 +438,7 @@ Library for working with the tor process. ================= =========== """
-__version__ = '1.2.2-dev' +__version__ = '1.3.0' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' __url__ = 'https://stem.torproject.org/'
tor-commits@lists.torproject.org