gvapgsql/docs/changelog.rst
Jan Dittberner 68f0834954 Refactor module structure
Move pgsqltasks to top level to keep the task names when using Python 3
2020-03-04 18:14:08 +01:00

14 lines
421 B
ReStructuredText

Changelog
=========
* :support:`-` move pgsqltasks to top level to keep the task names when
using Python 3
* :support:`-` use Pipenv for dependency management
* :release:`0.2.0 <2018-11-21>`
* :feature:`-` fix compatibility with Python 2.7 on Debian Stretch
* :release:`0.1.0 <2015-01-10>`
* :feature:`-` provide functionality to create and delete PostgreSQL users and databases
* :feature:`-` initial project setup