Skip to content

Commit

Permalink
Version bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
icook committed Mar 18, 2014
1 parent 53fec0c commit 699b3a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Expand Up @@ -23,7 +23,7 @@ ppagent will now start with your computer automatically.

Windows:
**************************
#. `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.2/ppagent.exe>`_.
#. `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.3/ppagent.exe>`_.
#. Run the binary when connected to stratum.simpledoge.com and status will be automatically reported.

To make ppagent start on boot, `see this post <http://superuser.com/questions/63326/enable-exe-to-run-at-startup>`_.
Expand Down Expand Up @@ -142,7 +142,7 @@ Ubuntu:

.. code-block:: bash
sudo pip install --upgrade --ignore-installed ppagent==0.3.2
sudo pip install --upgrade --ignore-installed ppagent==0.3.3
sudo service ppagent restart
# now confirm that the right version is installed
ppagent --version
Expand All @@ -151,15 +151,15 @@ Debian (for BAMT or SMOS):

.. code-block:: bash
sudo pip install --upgrade --ignore-installed ppagent==0.3.2
sudo pip install --upgrade --ignore-installed ppagent==0.3.3
sudo /etc/init.d/ppagent stop
sudo /etc/init.d/ppagent start
# now confirm that the right version is installed
ppagent --version
Windows:

Simply `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.2/ppagent.exe>`_ and replace your old one.
Simply `Download latest exe <https://github.com/icook/ppagent/releases/download/v0.3.3/ppagent.exe>`_ and replace your old one.

Troubleshooting Upgrade
***************************
Expand Down
2 changes: 1 addition & 1 deletion ppagent/main.py
Expand Up @@ -11,7 +11,7 @@
from string import Template
from os.path import expanduser

version = '0.3.2'
version = '0.3.3'

logger = logging.getLogger("ppagent")
config_home = expanduser("~/.ppagent/")
Expand Down

0 comments on commit 699b3a3

Please sign in to comment.