diff --git a/AUTHORS b/AUTHORS index 4abd61f..c0d1377 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,11 @@ Copyright : Oasiswork, 2014 Authors : - - Jocelyn Delalande 2014 - - Hugo Castilho 2015 - - Erwin Sterrenburg 2015 + - Jocelyn Delalande + - Hugo Castilho + - Erwin Sterrenburg + - David Trudgian + - Michael Ducharme + - Chris Halls + + diff --git a/README.rst b/README.rst index fc9af8c..6916b29 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,10 @@ To be done - Test for python3 compatibility and make resulting changes; - improve and extend ``tests.py``; +Compatibility +-------- +- Python 2.7; + Install ------- diff --git a/setup.py b/setup.py index f751db8..fcd9724 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='python-otrs', - version='0.1.0', + version='0.2.0', description='A programmatic interface to OTRS SOAP API.', long_description=README, author='Erwin Sterrenburg',