Set version 2.2.0

This commit is contained in:
Grant McConnaughey 2015-12-02 09:58:46 -06:00
parent fd272e6bd7
commit 295bfc4148
3 changed files with 5 additions and 5 deletions

View file

@ -13,13 +13,13 @@ script: make test
env:
- DJANGO=1.7.10
- DJANGO=1.8.7
- DJANGO=1.9rc2
- DJANGO=1.9
matrix:
exclude:
- python: 3.2
env: DJANGO=1.9rc2
env: DJANGO=1.9
- python: 3.3
env: DJANGO=1.9rc2
env: DJANGO=1.9
- python: 3.5
env: DJANGO=1.7.10
- python: 3.5

View file

@ -1,7 +1,7 @@
Changelog
=========
* 2.2 (Not released)
* 2.2.0 (December 2, 2015)
* Added Python 3.5 support
* Added Django 1.9 support
* Removed Python 2.6 support

View file

@ -1 +1 @@
__version__ = '2.1.1'
__version__ = '2.2.0'