diff --git a/HISTORY.rst b/HISTORY.rst index 5bd9b57..41b2d48 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,13 @@ History ------- + +3.2.0-2 +* Various fixes for python3 +* Add newer features from Heroku API, support for Organisations + +3.1.4 +* bugfixes + 3.1.3 (2015-03-12) * removed debug diff --git a/setup.py b/setup.py index 180ea29..7a5e24c 100755 --- a/setup.py +++ b/setup.py @@ -23,14 +23,14 @@ setup( name='heroku3', - version='3.2.1', + version='3.2.2', description='Heroku API Wrapper.', long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(), author='Martin Moss', author_email='martin_moss@btinternet.com', url='https://github.com/martyzz1/heroku3.py', - download_url='https://github.com/martyzz1/heroku3.py/tarball/v3.2.1', + download_url='https://github.com/martyzz1/heroku3.py/tarball/v3.2.2', packages=['heroku3'], package_data={'': ['LICENSE', ]}, include_package_data=True,