From 3123e3a73389047264c7be894d500c6f072de79a Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Fri, 20 Apr 2018 13:30:21 -0700 Subject: [PATCH] Release lfdocs-conf v0.2.1 Change-Id: Ia1e8293e7fccf4ed1d02342c15b1197797ab0c9c Signed-off-by: Trevor Bramwell --- docs_conf/__init__.py | 2 +- relnotes/v0.2.1.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 relnotes/v0.2.1.txt 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 -- 2.16.6