Skip to content

Commit

Permalink
Bump versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
martyzz1 committed Mar 1, 2017
1 parent 741eb09 commit 485c3e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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,
Expand Down

0 comments on commit 485c3e4

Please sign in to comment.