Compare commits

...

4 Commits

Author SHA1 Message Date
Jan Dittberner f831b22984 Release 0.2.0 0.2.0
-----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCgAdFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAlv1WVcACgkQDXkdyNc3
 wdnQ9gf9Hf1kmUmRnRIR0tKXsmjzZM5074BWyisXqekkh2AmquOhjvJpCF1/YRxB
 M2iTIL1Jsr4QlwTxymnpRLnb5MDKKutEH0nX37dudJ/dd8np96vkHhLFThsRjMOi
 8BoTR/8ptM4Gr2X7+SCAkko8UMpRoxlOniLYUnzLQEo8GNeEMd8JKkAlu8FU0GE4
 inDxFalwexCqndhn64BjDiEhu14BaNBOzofXl96y4FwLQd5p37eSRVgIXpHbrqk9
 0U2zIYt98cc75Ugtb7p1x6VsLvWql9nOOAvRzftkVmhhUj/98i5cKroURzCYJmzN
 ZG6WwObjU9AlmuQerZnPSjJFqFP9Ig==
 =goCX
 -----END PGP SIGNATURE-----

Merge tag '0.2.0'

Release 0.2.0 0.2.0

* tag '0.2.0':
  Bump version, update changelog
2018-11-21 14:10:51 +01:00
Jan Dittberner bbdb7d9c51 Merge branch 'release/0.2.0' into production
* release/0.2.0:
  Bump version, update changelog
  Update kombu and amqp
  Add Vagrantfile and salt bootstrap config
  Ignore PyCharm files
2018-11-21 14:10:43 +01:00
Jan Dittberner 28d133491a Bump version, update changelog 2018-11-21 14:10:14 +01:00
Jan Dittberner e40da03abb Update kombu and amqp 2018-11-21 14:06:38 +01:00
3 changed files with 8 additions and 5 deletions

View File

@ -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

View File

@ -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.

View File

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