Release 0.3.0

- improve Python 3 support
 - update Vagrant setup
 -----BEGIN PGP SIGNATURE-----
 
 iQFIBAABCgAyFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAl6QU1kUHGphbkBkaXR0
 YmVybmVyLmluZm8ACgkQDXkdyNc3wdmY3wf/Wd98hryFDv76TCd+B21jlqhuQ7bM
 Xh0Sd4yGoZKaP9XM/qscYLHF+8vstgmpkmAdCVgJZIOGWGOgyuvkEFVLDV425lnd
 NgFHOWmQS7R6C7MvfRrp811cbWXzbBxin9lcoXQwhzjyDhWLa4Vi524MfaObE05h
 PW7Cn6ya5sai4pq0/DJS9OigtoHDijTwk8daJfEJFLZAq2Cs9NoWJ581H6ME31mZ
 mtJ1zFL0q3Ho38OSHWosokihMBJaBLfp/PYGeCqcuBdYb7GPho4+P/Nqmnxc/hwR
 cQebgOBPfg+oqc2Em2r2/0vZcVqt4fZ3teGM995D/5l0HJYhW0+YkBGyCA==
 =j7NO
 -----END PGP SIGNATURE-----

Merge tag '0.3.0'

Release 0.3.0

- improve Python 3 support
- update Vagrant setup
This commit is contained in:
Jan Dittberner 2020-04-10 13:07:09 +02:00
commit 12bc4a8103
3 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Changelog
=========
* :release:`0.3.0 <2020-04-10>`
* :support:`-` update Vagrant setup to libvirt and Debian Buster
* :release:`0.2.0 <2020-03-03>`

View File

@ -24,6 +24,7 @@ os.environ['GVAWEB_BROKER_URL'] = 'amqp://'
os.environ['GVAWEB_NGINX_SITES_AVAILABLE'] = '/etc/nginx/sites-available'
os.environ['GVAWEB_NGINX_SITES_ENABLED'] = '/etc/nginx/sites-enabled'
os.environ['GVAWEB_PHPFPM_POOL'] = '/etc/php5/fpm/pool.d'
os.environ["GVAWEB_RESULTS_REDIS_URL"] = "redis://"
os.environ['GVAWEB_WWWUSER_MOUNT'] = '/srv/wwwfiles'
# -- General configuration ------------------------------------------------

View File

@ -3,7 +3,7 @@ This module contains :py:mod:`webtasks.tasks`.
"""
__version__ = "0.2.0"
__version__ = "0.3.0"
from webtasks.celery import app as celery_app