mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
released version 0.9.0
This commit is contained in:
parent
7eb24c5036
commit
d413e60847
2 changed files with 3 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
Unreleased
|
||||
----------
|
||||
0.9.0
|
||||
-----
|
||||
|
||||
- Move CI to GitHub Actions.
|
||||
- Drop support for Django 3.0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 8, 0)
|
||||
VERSION = (0, 9, 0)
|
||||
|
||||
__version__ = ".".join((map(str, VERSION)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue