Compare commits

...

4 Commits

Author SHA1 Message Date
Jan Dittberner ef0d7f0d5b Release 0.1.2
This release contains small bug fixes and dependency updates to latest
 Python 2 compatible patch versions.
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCgAdFiEEKHuXKkUYdvdO9493DXkdyNc3wdkFAl0Yj+IACgkQDXkdyNc3
 wdnQbwf/U7jnfsVyI9Zjpo7ZqoTrYaKCnsmFQ5590gsisc+qutTBuhxb6Q5noQnd
 la+JeP3DARx5edNSBBsDI7Lfip9NwAuuNGLhWgYknHMKSLRloNsl/aAfhlrolEnK
 X3MjEj0k5cBPqCkMOGjDV48Dz13chtRlpWEQWzoMMMHFAuuD1hgF/SRTvBAUhaOm
 zRfZBcriEiI171BJGIUo2jZ4xGYz2L/wsHrgwKBIGyTIMUC7EImPYpicNZrNhaZA
 e7mW+hdIjDH//iVuxjibA0cxCYbfNqaVZlXASeKISvoefwcvmXmydgTe8AXT5msd
 bLRhVs0s15YBWfGze4im+C8o9VcMwQ==
 =x1P3
 -----END PGP SIGNATURE-----

Merge tag '0.1.2'

Release 0.1.2

This release contains small bug fixes and dependency updates to latest
Python 2 compatible patch versions.

* tag '0.1.2':
  Update versions and URLs, document fixed issue
  Update dependencies to latest patch level
2019-06-30 12:33:12 +02:00
Jan Dittberner 2d2c0adad7 Merge branch 'release/0.1.2' into production
* release/0.1.2:
  Update versions and URLs, document fixed issue
  Update dependencies to latest patch level
  Ignore disabled sites' nginx configuration
  Add Vagrantfile and salt bootstrap config
  Ignore PyCharm files
  add listen directive to enable IPv6
2019-06-30 12:32:03 +02:00
Jan Dittberner 80c8753df0 Update versions and URLs, document fixed issue 2019-06-30 12:25:46 +02:00
Jan Dittberner a3f102cf35 Update dependencies to latest patch level 2019-06-30 12:25:16 +02:00
4 changed files with 13 additions and 11 deletions

View File

@ -1,6 +1,8 @@
Changelog
=========
* :release:`0.1.2 <2019-06-30>`
* :bug:`5` ignore missing site configuration when disabling sites
* :bug:`-` add listen directive to enable IPv6
* :release:`0.1.1 <2015-01-27>`

View File

@ -38,9 +38,9 @@ extensions = ['releases', 'sphinx.ext.autodoc', 'celery.contrib.sphinx']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
releases_issue_uri = 'https://dev.gnuviech-server.de/gvaweb/ticket/%s'
releases_issue_uri = 'https://git.dittberner.info/gnuviech/gvaweb/issues/%s'
releases_release_uri = 'https://dev.gnuviech-server.de/gvaweb/milestone/%s'
releases_release_uri = 'https://git.dittberner.info/gnuviech/gvaweb/src/tag/%s'
# The suffix of source filenames.
source_suffix = '.rst'
@ -53,7 +53,7 @@ master_doc = 'index'
# General information about the project.
project = u'gvaweb'
copyright = u'2015, Jan Dittberner'
copyright = u'2015-2019, 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
@ -62,7 +62,7 @@ copyright = u'2015, Jan Dittberner'
# The short X.Y version.
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1.1'
release = '0.1.2'
# 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
bpython==0.13.1
amqp==1.4.9
bpython==0.13.2
anyjson==0.3.3
billiard==3.3.0.19
celery==3.1.17
kombu==3.0.24
pytz==2014.10
billiard==3.3.0.23
celery==3.1.26.post2
kombu==3.0.37
pytz==2019.1
Jinja2==2.7.3

View File

@ -2,5 +2,5 @@
-r base.txt
coverage==3.7.1
Sphinx==1.2.3
sqlparse==0.1.14
sqlparse==0.1.19
releases==0.7.0