Skip to content

Commit

Permalink
Release version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
harrislapiroff committed Feb 21, 2020
1 parent 00fa018 commit c5774ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

0.5 Release
-----------

* Add Django 3.0 support
* Remove Wagtail 1.x support (Wagtail 2.3 or later now required)
* Documentation fixes

0.4 Release
-----------

Expand Down
2 changes: 1 addition & 1 deletion wagtailautocomplete/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 4)
VERSION = (0, 5)
__version__ = '.'.join([str(x) for x in VERSION])

0 comments on commit c5774ee

Please sign in to comment.