mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-05-16 11:33:11 +00:00
Set version 2.2.0
This commit is contained in:
parent
fd272e6bd7
commit
295bfc4148
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '2.1.1'
|
||||
__version__ = '2.2.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue