gvaldap/gvaldap/gvaldap/__init__.py
Jan Dittberner 2297c82cf2 Release preparation for 0.6.0
- Bump copyright years
- Bump version number
- Update changelog
- Update documentation
2020-03-03 15:07:39 +01:00

9 lines
141 B
Python

"""
This is the gvaldap project module.
"""
__version__ = "0.6.0"
from ldaptasks.celery import app as celery_app
__all__ = ("celery_app",)