[tor-commits] [stem/master] Updating changelog and download page to reflect new release

atagar at torproject.org atagar at torproject.org
Mon Dec 22 00:54:53 UTC 2014


commit ffb47d68e4366891b894a059b63c7671fdaff6e9
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Dec 21 16:53:02 2014 -0800

    Updating changelog and download page to reflect new release
---
 docs/change_log.rst |   11 +++++++++++
 docs/download.rst   |    4 ++--
 stem/__init__.py    |    2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/docs/change_log.rst b/docs/change_log.rst
index def9881..d487ceb 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -7,6 +7,7 @@ unreleased. For a monthly report on work being done see my `development log
 
 * :ref:`versioning`
 * :ref:`unreleased`
+* :ref:`version_1.3`
 * :ref:`version_1.2`
 * :ref:`version_1.1`
 * :ref:`version_1.0`
@@ -40,6 +41,16 @@ Unreleased
 The following are only available within Stem's `git repository
 <download.html>`_.
 
+.. _version_1.3:
+
+Version 1.3
+-----------
+
+With Stem's 1.3 release it's much easier to `work with hidden services
+<tutorials/over_the_river.html>`_. This release also improves our
+descriptor parsing performance by 40%, and includes many other
+improvements.
+
  * **Controller**
 
   * Added :class:`~stem.control.Controller` methods to more easily work with hidden service configurations: :func:`~stem.control.Controller.get_hidden_service_conf`, :func:`~stem.control.Controller.set_hidden_service_conf`, :func:`~stem.control.Controller.create_hidden_service`, and :func:`~stem.control.Controller.remove_hidden_service` (:trac:`12533`)
diff --git a/docs/download.rst b/docs/download.rst
index 1355968..cac296a 100644
--- a/docs/download.rst
+++ b/docs/download.rst
@@ -66,9 +66,9 @@ Download
 
        Signed releases and instructions for both Python 2.x and 3.x. You can
        install from its `tarball
-       <https://pypi.python.org/packages/source/s/stem/stem-1.2.2.tar.bz2>`_
+       <https://pypi.python.org/packages/source/s/stem/stem-1.3.0.tar.bz2>`_
        (`sig
-       <https://pypi.python.org/packages/source/s/stem/stem-1.2.2.tar.bz2.asc>`_),
+       <https://pypi.python.org/packages/source/s/stem/stem-1.3.0.tar.bz2.asc>`_),
        or if you have **pip** installed then getting stem can be as simple
        as...
 
diff --git a/stem/__init__.py b/stem/__init__.py
index a5fc41a..baa2ef8 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -438,7 +438,7 @@ Library for working with the tor process.
   ================= ===========
 """
 
-__version__ = '1.3.0'
+__version__ = '1.3.0-dev'
 __author__ = 'Damian Johnson'
 __contact__ = 'atagar at torproject.org'
 __url__ = 'https://stem.torproject.org/'



More information about the tor-commits mailing list