commit f2522efef52cfda0d3f289e082cbd4effb17fedd Author: Damian Johnson atagar@torproject.org Date: Fri Nov 25 10:49:34 2016 -0800
Stem release 1.5.3
Juan pointed out that packagers use resources that aren't available by default as part of our source distribution. Including everything in the tarball we upload. --- docs/change_log.rst | 3 +++ docs/index.rst | 2 +- stem/__init__.py | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/docs/change_log.rst b/docs/change_log.rst index ba496a7..a3b3d9a 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -111,6 +111,9 @@ The following are only available within Stem's `git repository * Example for `custom path selection for circuits <tutorials/to_russia_with_love.html#custom-path-selection>`_ (:trac:`8728`) * Example for `persisting ephemeral hidden service keys <tutorials/over_the_river.html#ephemeral-hidden-services>`_
+ * **Version 1.5.3** (December 5th, 2016) - including tests and site in the + release tarball + .. _version_1.4:
Version 1.4 (May 13th, 2015) diff --git a/docs/index.rst b/docs/index.rst index da9362b..f265f4e 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 such as `arm https://www.atagar.com/arm/`_. Stem's latest version is **1.5.2** (released November 20th, 2016). +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 such as `arm https://www.atagar.com/arm/`_. Stem's latest version is **1.5.3** (released December 5th, 2016).
.. 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 7cf39f2..66502c8 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -470,7 +470,7 @@ Library for working with the tor process.
import stem.util.enum
-__version__ = '1.5.2' +__version__ = '1.5.3' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' __url__ = 'https://stem.torproject.org/'
tor-commits@lists.torproject.org