From 80c8753df05da63fde2af43d94e7413a12cfcf51 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 30 Jun 2019 12:25:46 +0200 Subject: [PATCH] Update versions and URLs, document fixed issue --- docs/changelog.rst | 2 ++ docs/conf.py | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 254d4e3..0cd3bad 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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>` diff --git a/docs/conf.py b/docs/conf.py index f4c0ce5..804c5b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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.