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

atagar at torproject.org atagar at torproject.org
Sat Jun 7 18:42:46 UTC 2014


commit ca0ea05d3b9a127c9800b65dec3dc9e44c7c5968
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Jun 7 11:35:40 2014 -0700

    Stem release 1.2.2
    
    Hotfix release for our Python 2.6 support...
    
      https://trac.torproject.org/projects/tor/ticket/12223
---
 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 05ee23f..022a74d 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/>`_. Like its predecessor, `TorCtl <https://gitweb.torproject.org/pytorctl.git>`_, it uses Tor's `control protocol <https://gitweb.torproject.org/torspec.git/blob/HEAD:/control-spec.txt>`_ to help developers program against the Tor process, enabling them to build things similar to `Vidalia <https://www.torproject.org/getinvolved/volunteer.html.en#project-vidalia>`_ and `arm <https://www.atagar.com/arm/>`_. Stem's latest version is **1.2.1** (released June 3rd, 2014).
+Stem is a Python controller library for `Tor <https://www.torproject.org/>`_. Like its predecessor, `TorCtl <https://gitweb.torproject.org/pytorctl.git>`_, it uses Tor's `control protocol <https://gitweb.torproject.org/torspec.git/blob/HEAD:/control-spec.txt>`_ to help developers program against the Tor process, enabling them to build things similar to `Vidalia <https://www.torproject.org/getinvolved/volunteer.html.en#project-vidalia>`_ and `arm <https://www.atagar.com/arm/>`_. Stem's latest version is **1.2.2** (released June 7th, 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 1ec50ab..46942aa 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -421,7 +421,7 @@ Library for working with the tor process.
   ================= ===========
 """
 
-__version__ = '1.2.1'
+__version__ = '1.2.2'
 __author__ = 'Damian Johnson'
 __contact__ = 'atagar at torproject.org'
 __url__ = 'https://stem.torproject.org/'





More information about the tor-commits mailing list