Bump version, update changelog

This commit is contained in:
Jan Dittberner 2020-04-06 19:44:33 +02:00
parent 562ae2a61a
commit 190e6e2a4b
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Changelog Changelog
========= =========
* :release:`0.7.0 <2020-04-06>`
* :support:`-` update Vagrant setup to Debian Buster and Python 3 * :support:`-` update Vagrant setup to Debian Buster and Python 3
* :release:`0.6.0 <2020-03-03>` * :release:`0.6.0 <2020-03-03>`

View File

@ -1,7 +1,7 @@
""" """
This is the gvaldap project module. This is the gvaldap project module.
""" """
__version__ = "0.6.0" __version__ = "0.7.0"
from ldaptasks.celery import app as celery_app from ldaptasks.celery import app as celery_app