# HG changeset patch # User Iannis # Date 1435045983 -10800 # Node ID 783c8a0db76f227c9a0a26db9003edec4afaacf4 # Parent a172f26a566a853de05230da64da7bf20aeb0359 Added version number and improved documentation. diff -r a172f26a566a -r 783c8a0db76f readme.rst --- a/readme.rst Tue Jun 23 10:30:08 2015 +0300 +++ b/readme.rst Tue Jun 23 10:53:03 2015 +0300 @@ -20,6 +20,7 @@ Any suggestions for improvements and new features are more than welcome. + Installation ------------ @@ -30,6 +31,10 @@ See http://docs.python-requests.org/en/latest/user/install/ for more details. +You can use the script by cloning this mercurial repository. Alternatively, you +can just coppy the scc_access.py and and settings.sample.py files to a local +directory. + Settings -------- diff -r a172f26a566a -r 783c8a0db76f scc_access.py --- a/scc_access.py Tue Jun 23 10:30:08 2015 +0300 +++ b/scc_access.py Tue Jun 23 10:53:03 2015 +0300 @@ -23,6 +23,9 @@ THE SOFTWARE. """ +__version__ = "0.5.0" + + # Try to read the settings from the settings.py file try: from settings import *