Compare commits

..

No commits in common. "f831b22984a25fe0f1e01a43e5eafb72ec2e9a5e" and "c78c3e674f561442f6996fd5a796c0b78cae0b73" have entirely different histories.

3 changed files with 5 additions and 8 deletions

View file

@ -1,9 +1,6 @@
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

View file

@ -53,16 +53,16 @@ master_doc = 'index'
# General information about the project.
project = u'gvapgsql'
copyright = u'2015-2018 Jan Dittberner'
copyright = u'2015 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.2'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.2.0'
release = '0.1.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -1,8 +1,8 @@
amqp==1.4.9
amqp==1.4.6
bpython==0.13.1
anyjson==0.3.3
billiard==3.3.0.19
celery==3.1.17
kombu==3.0.37
kombu==3.0.24
pytz==2014.10
psycopg2==2.5.4