diff options
| author | Damian Johnson <atagar@torproject.org> | 2015-06-25 10:11:33 -0700 |
|---|---|---|
| committer | Damian Johnson <atagar@torproject.org> | 2015-06-25 10:11:33 -0700 |
| commit | 87f5833ccdc522f1edbea33a67ee6cf5c07f7aae (patch) | |
| tree | cc0ff55c436729e01374e31db5fe3771eb6db9d6 | |
| parent | 6f46525ed02fa5bfa9cc915a103b7abbf2c3299e (diff) | |
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
| -rw-r--r-- | docs/_static/example/compare_flags.py | 2 | ||||
| -rw-r--r-- | 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 84f8a4f7..1043af1d 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 f7c71e64..1673565b 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**... :: |
