Skip to content

Commit

Permalink
Release 0.3.0, additional connectors refactoring by MJDucharme
Browse files Browse the repository at this point in the history
  • Loading branch information
ewsterrenburg committed Aug 1, 2016
1 parent 852240c commit 0a341f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ To be done
Compatibility
--------
- Python 2.7;
- Python 3.5;

Install
-------
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
], )

0 comments on commit 0a341f7

Please sign in to comment.