[tor-commits] [stem/master] Link to 1.4.1b.tar as our latest release
atagar at torproject.org
atagar at torproject.org
Thu Jun 25 17:10:26 UTC 2015
commit 87f5833ccdc522f1edbea33a67ee6cf5c07f7aae
Author: Damian Johnson <atagar at torproject.org>
Date: Thu Jun 25 10:11:33 2015 -0700
Link to 1.4.1b.tar as our latest release
I uploaded the wrong commit to PyPI for our 1.4.1 hotfix release. Unfortunately
it doesn't let us replace files, so I had to make a new one (named 1.4.1b.tar).
Seems I forgot to update the link...
https://trac.torproject.org/projects/tor/ticket/16445
---
docs/_static/example/compare_flags.py | 2 +-
docs/download.rst | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/_static/example/compare_flags.py b/docs/_static/example/compare_flags.py
index 84f8a4f..1043af1 100644
--- a/docs/_static/example/compare_flags.py
+++ b/docs/_static/example/compare_flags.py
@@ -7,7 +7,7 @@ queries = {}
for name, authority in remote.get_authorities().items():
if authority.v3ident is None:
- continue # authority doens't vote if it lacks a v3ident
+ continue # authority doesn't vote if it lacks a v3ident
queries[name] = downloader.get_vote(authority)
diff --git a/docs/download.rst b/docs/download.rst
index f7c71e6..1673565 100644
--- a/docs/download.rst
+++ b/docs/download.rst
@@ -71,9 +71,9 @@ Download
Signed releases and instructions for both Python 2.x and 3.x. You can
easily install from its `tarball
- <https://pypi.python.org/packages/source/s/stem/stem-1.4.1.tar.bz2>`_
+ <https://pypi.python.org/packages/source/s/stem/stem-1.4.1b.tar.bz2>`_
(`sig
- <https://pypi.python.org/packages/source/s/stem/stem-1.4.1.tar.bz2.asc>`_),
+ <https://pypi.python.org/packages/source/s/stem/stem-1.4.1b.tar.bz2.asc>`_),
or with **pip**...
::
More information about the tor-commits
mailing list