commit 80a5369e8962d690e078c283e38fcf7985930533 Author: Damian Johnson atagar@torproject.org Date: Mon Nov 6 15:00:21 2017 -0800
Version 1.6 changelog header --- docs/change_log.rst | 7 +++++++ stem/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/docs/change_log.rst b/docs/change_log.rst index e6ff38d3..d85c3003 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -43,6 +43,13 @@ Unreleased The following are only available within Stem's `git repository <download.html>`_.
+.. _version_1.6: + +Version 1.6 (November 5th, 2018) +-------------------------------- + +Year long accumulation of fixes and improvements in support of the Nyx 2.0 release. + * **Controller**
* :func:`~stem.process.launch_tor` raised a ValueError if invoked when outside the main thread diff --git a/stem/__init__.py b/stem/__init__.py index ea092f5a..2741cee7 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.6.0' +__version__ = '1.6.0-dev' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' __url__ = 'https://stem.torproject.org/'
tor-commits@lists.torproject.org