Bump version, update changelog
This commit is contained in:
parent
562ae2a61a
commit
190e6e2a4b
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :release:`0.7.0 <2020-04-06>`
|
||||
* :support:`-` update Vagrant setup to Debian Buster and Python 3
|
||||
|
||||
* :release:`0.6.0 <2020-03-03>`
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
This is the gvaldap project module.
|
||||
"""
|
||||
__version__ = "0.6.0"
|
||||
__version__ = "0.7.0"
|
||||
|
||||
from ldaptasks.celery import app as celery_app
|
||||
|
||||
|
|
Loading…
Reference in a new issue