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
This commit is contained in:
commit
ef0d7f0d5b
4 changed files with 13 additions and 11 deletions
|
@ -1,6 +1,8 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :release:`0.1.2 <2019-06-30>`
|
||||||
|
* :bug:`5` ignore missing site configuration when disabling sites
|
||||||
* :bug:`-` add listen directive to enable IPv6
|
* :bug:`-` add listen directive to enable IPv6
|
||||||
|
|
||||||
* :release:`0.1.1 <2015-01-27>`
|
* :release:`0.1.1 <2015-01-27>`
|
||||||
|
|
|
@ -38,9 +38,9 @@ extensions = ['releases', 'sphinx.ext.autodoc', 'celery.contrib.sphinx']
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
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.
|
# The suffix of source filenames.
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
|
@ -53,7 +53,7 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'gvaweb'
|
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
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |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.
|
# The short X.Y version.
|
||||||
version = '0.1'
|
version = '0.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
amqp==1.4.6
|
amqp==1.4.9
|
||||||
bpython==0.13.1
|
bpython==0.13.2
|
||||||
anyjson==0.3.3
|
anyjson==0.3.3
|
||||||
billiard==3.3.0.19
|
billiard==3.3.0.23
|
||||||
celery==3.1.17
|
celery==3.1.26.post2
|
||||||
kombu==3.0.24
|
kombu==3.0.37
|
||||||
pytz==2014.10
|
pytz==2019.1
|
||||||
Jinja2==2.7.3
|
Jinja2==2.7.3
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==3.7.1
|
coverage==3.7.1
|
||||||
Sphinx==1.2.3
|
Sphinx==1.2.3
|
||||||
sqlparse==0.1.14
|
sqlparse==0.1.19
|
||||||
releases==0.7.0
|
releases==0.7.0
|
||||||
|
|
Loading…
Reference in a new issue