[tor-commits] [stem/master] Stem release 1.5.0

atagar at torproject.org atagar at torproject.org
Mon Nov 14 16:49:19 UTC 2016


commit 18ab55245684d7e5882acef8e9311649c38a21c8
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Nov 14 08:51:43 2016 -0800

    Stem release 1.5.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 16a06b2..79e106d 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.4.1** (released May 18th, 2015).
+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.0** (released November 14th, 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 feb156a..6ce1b4c 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.4.1-dev'
+__version__ = '1.5.0'
 __author__ = 'Damian Johnson'
 __contact__ = 'atagar at torproject.org'
 __url__ = 'https://stem.torproject.org/'



More information about the tor-commits mailing list