Skip to content

Commit 699b3a3

Browse files
committed
Version bump to 0.3.3
1 parent 53fec0c commit 699b3a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ppagent will now start with your computer automatically.
2323

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

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

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

152152
.. code-block:: bash
153153
154-
sudo pip install --upgrade --ignore-installed ppagent==0.3.2
154+
sudo pip install --upgrade --ignore-installed ppagent==0.3.3
155155
sudo /etc/init.d/ppagent stop
156156
sudo /etc/init.d/ppagent start
157157
# now confirm that the right version is installed
158158
ppagent --version
159159
160160
Windows:
161161

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

164164
Troubleshooting Upgrade
165165
***************************

ppagent/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from string import Template
1212
from os.path import expanduser
1313

14-
version = '0.3.2'
14+
version = '0.3.3'
1515

1616
logger = logging.getLogger("ppagent")
1717
config_home = expanduser("~/.ppagent/")

0 commit comments

Comments
 (0)