[tor-commits] [stem/master] Link to the nyx release blog post

atagar at torproject.org atagar at torproject.org
Mon Nov 6 23:30:40 UTC 2017


commit 3bf967e429b3d5a44c61c0c3cb0c3a9ca333d790
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Nov 6 15:30:01 2017 -0800

    Link to the nyx release blog post
    
    Chicken-and-egg scenario. Now that we have the blog post referencing us we can
    reference it.
---
 docs/change_log.rst | 2 +-
 setup.py            | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/change_log.rst b/docs/change_log.rst
index 2974e13a..191290e1 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -49,7 +49,7 @@ The following are only available within Stem's `git repository
 Version 1.6 (November 5th, 2017)
 --------------------------------
 
-Year long accumulation of fixes and improvements in support of the Nyx 2.0 release.
+Year long accumulation of fixes and improvements in support of the `Nyx 2.0 release <http://blog.atagar.com/nyx-release-2-0/>`_.
 
  * **Controller**
 
diff --git a/setup.py b/setup.py
index 93e25153..4e9e4c7d 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright 2012-2016, Damian Johnson and The Tor Project
+# Copyright 2012-2017, Damian Johnson and The Tor Project
 # See LICENSE for licensing information
 #
 # Release Checklist
@@ -18,6 +18,7 @@
 #   |- gpg --detach-sig --armor dist/stem-dry-run-1.0.0.tar.gz
 #   |- twine upload dist/*
 #   +- Check that https://pypi.python.org/pypi/stem-dry-run/ looks correct, comparing it to https://pypi.python.org/pypi/stem/
+#      +- Don't worry about the 'Bug Tracker' being missing. That's an attribute of the project itself.
 #
 # * Final release
 #   |- rm dist/*



More information about the tor-commits mailing list