From: Trevor Bramwell Date: Fri, 20 Apr 2018 20:30:21 +0000 (-0700) Subject: Release lfdocs-conf v0.2.1 X-Git-Tag: v0.2.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F10188%2F1;p=releng%2Fdocs-conf.git Release lfdocs-conf v0.2.1 Change-Id: Ia1e8293e7fccf4ed1d02342c15b1197797ab0c9c Signed-off-by: Trevor Bramwell --- diff --git a/docs_conf/__init__.py b/docs_conf/__init__.py index 446440c..8bf8de2 100644 --- a/docs_conf/__init__.py +++ b/docs_conf/__init__.py @@ -15,4 +15,4 @@ Configure sphinx-doc through an YAML file. """ __author__ = 'Linux Foundation Releng' __summary__ = 'Linux Foundation DocsConf' -__version__ = '0.2.0' +__version__ = '0.2.1' diff --git a/relnotes/v0.2.1.txt b/relnotes/v0.2.1.txt new file mode 100644 index 0000000..8576fbe --- /dev/null +++ b/relnotes/v0.2.1.txt @@ -0,0 +1,15 @@ +lfdocs-conf v0.2.1 Release Notes +================================ + +Thanks to Trevor for contributing to this release. + +Notable changes since v0.2.0 +---------------------------- + +6e81618 Trevor Bramwell Set _static defaults for LF Projects +Fixed an issue introduced in 255554f which would have removed static +assets from downstream projects docs output. + +Full Change Log +--------------- +6e81618 Trevor Bramwell Set _static defaults for LF Projects