Skip to content

Commit

Permalink
Prepare for 0.22.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jan 30, 2017
1 parent 7354966 commit 9fbac56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
=========

UNRELEASED
~~~~~~~~~~
0.22.0 (2017-01-29)
~~~~~~~~~~~~~~~~~~~
* **Backwards incompatible:** Drop support for Django 1.7
* https://github.com/alex/django-taggit/pull/465

0.21.6 (2017-01-25)
~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion taggit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 21, 6)
VERSION = (0, 22, 0)

default_app_config = 'taggit.apps.TaggitAppConfig'

0 comments on commit 9fbac56

Please sign in to comment.