diff --git a/docs/changelog.rst b/docs/changelog.rst index 89d5688..b0dfc19 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,9 @@ Changelog ========= +* :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 diff --git a/docs/conf.py b/docs/conf.py index 887623f..2b24949 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,16 +53,16 @@ master_doc = 'index' # General information about the project. project = u'gvapgsql' -copyright = u'2015 Jan Dittberner' +copyright = u'2015-2018 Jan Dittberner' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.