From 0a341f7b396e0b3e37027b1867ce18c2a516b4fd Mon Sep 17 00:00:00 2001 From: EWSterrenburg Date: Mon, 1 Aug 2016 11:46:45 +0200 Subject: [PATCH] Release 0.3.0, additional connectors refactoring by MJDucharme --- README.rst | 1 + setup.py | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 30fa8db..793095b 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,7 @@ To be done Compatibility -------- - Python 2.7; +- Python 3.5; Install ------- diff --git a/setup.py b/setup.py index fcd9724..984b460 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='python-otrs', - version='0.2.0', + version='0.3.0', description='A programmatic interface to OTRS SOAP API.', long_description=README, author='Erwin Sterrenburg', @@ -38,4 +38,6 @@ # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.5', ], )