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

atagar at torproject.org atagar at torproject.org
Sun Nov 5 20:37:53 UTC 2017


commit 9579f66d04f080d96d4ae0a57f2388c2fdc83f5c
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Nov 5 12:37:03 2017 -0800

    Stem release 1.6.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 1df01d12..dc7ec89e 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.4** (released January 3rd, 2017).
+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.6.0** (released November 5th, 2017).
 
 .. 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 b6eab374..ea092f5a 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -478,7 +478,7 @@ Library for working with the tor process.
 
 import stem.util.enum
 
-__version__ = '1.5.4-dev'
+__version__ = '1.6.0'
 __author__ = 'Damian Johnson'
 __contact__ = 'atagar at torproject.org'
 __url__ = 'https://stem.torproject.org/'



More information about the tor-commits mailing list