Skip to content

Commit

Permalink
release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerball committed Dec 16, 2019
1 parent aa82835 commit 0dd0517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
== Version 2.2.0
* Add Collection class for managing paginated resources
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import sys

version = '2.1.2'
version = '2.2.0'

if sys.version_info >= (3,):
python_dateutils_version = 'python-dateutil>=2.0'
Expand Down Expand Up @@ -37,7 +37,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Software Development',
'Topic :: Software Development',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules']
)

0 comments on commit 0dd0517

Please sign in to comment.