From e121c9bf3dab92a4f0c858351d925aa457e2ecda Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 18 Jan 2015 00:28:47 +0100 Subject: [PATCH 1/2] load jquery and html5shim with same URL schema as the rest of the site --- docs/changelog.rst | 2 ++ gnuviechadmin/templates/base.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index eed0f81..1cd72a4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,8 @@ Changelog ========= +* :bug:`-` load jquery and html5 with same URL schema as the rest of the site + * :release:`0.5.0 <2015-01-17>` * :feature:`-` add authentication via social media accounts from Google, LinkedIn, Twitter and Xing diff --git a/gnuviechadmin/templates/base.html b/gnuviechadmin/templates/base.html index b73e3cd..05aa193 100644 --- a/gnuviechadmin/templates/base.html +++ b/gnuviechadmin/templates/base.html @@ -19,7 +19,7 @@ @@ -94,7 +94,7 @@ - + From e84642263b6dbf705bdc8314bc6e9dc7da2553e3 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 18 Jan 2015 00:30:06 +0100 Subject: [PATCH 2/2] finish release 0.5.1 docs --- docs/changelog.rst | 1 + docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1cd72a4..bb29dde 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,7 @@ Changelog ========= +* :release:`0.5.1 <2015-01-18>` * :bug:`-` load jquery and html5 with same URL schema as the rest of the site * :release:`0.5.0 <2015-01-17>` diff --git a/docs/conf.py b/docs/conf.py index f612c35..cfc1628 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ copyright = u'2014, 2015 Jan Dittberner' # The short X.Y version. version = '0.5' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.5.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.