[tor-commits] [nyx/master] Update site to reflection our 2.0.4 release

atagar at torproject.org atagar at torproject.org
Mon Nov 6 22:10:30 UTC 2017


commit e8e14cceefe7a3905ca5704eff71aca1b5e6cf08
Author: Damian Johnson <atagar at torproject.org>
Date:   Mon Nov 6 14:10:12 2017 -0800

    Update site to reflection our 2.0.4 release
---
 nyx/__init__.py | 2 +-
 web/index.html  | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/nyx/__init__.py b/nyx/__init__.py
index be6a1d6..ce1f8c5 100644
--- a/nyx/__init__.py
+++ b/nyx/__init__.py
@@ -89,7 +89,7 @@ except ImportError:
 
   sys.exit(1)
 
-__version__ = '2.0.4'
+__version__ = '2.0.4-dev'
 __release_date__ = 'November 5, 2017'
 __author__ = 'Damian Johnson'
 __contact__ = 'atagar at torproject.org'
diff --git a/web/index.html b/web/index.html
index 3f2fafd..72b098c 100644
--- a/web/index.html
+++ b/web/index.html
@@ -48,7 +48,7 @@
 
       <p>Nyx is a command-line monitor for <a href="https://www.torproject.org/">Tor</a>. With this you can get detailed real-time information about your relay such as bandwidth usage, connections, logs, and much more.</p>
 
-      <p>Nyx's latest version is <b>1.4.5</b>, released April 28th, 2012. Prior to our upcoming release this application went under the name of '<b>arm</b>'. Sorry for the confusion!</p>
+      <p>Nyx's latest version is <b>2.0.4</b>, released November 5th, 2017. Prior this application went under the name of '<b>arm</b>'. Sorry for the confusion!</p>
 
       <div id="features" class="section"></div>
       <a href="#features" class="section-title">What does Nyx provide?</a>
@@ -332,7 +332,6 @@ sudo python setup.py install</pre><br></li>
 
       <br>
 
-      <!--
       <div class="platform">
         <a href="https://pypi.python.org/pypi/nyx/" id="pypi"><img src="images/download/pypi.png" alt="PyPI"></a>
         <a href="https://pypi.python.org/pypi/nyx/" class="platform-title">Python Package Index</a>
@@ -352,7 +351,6 @@ sudo python setup.py install</pre><br></li>
 % sudo pip install nyx
 </pre>
       </div>
-      -->
 
       <div class="platform">
         <a href="http://packages.debian.org/sid/tor-arm" id="debian"><img src="images/download/debian.png" alt="Debian"></a>



More information about the tor-commits mailing list