Release lfdocs-conf v0.2.1 88/10188/1 v0.2.1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 20 Apr 2018 20:30:21 +0000 (13:30 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 20 Apr 2018 20:30:56 +0000 (13:30 -0700)
Change-Id: Ia1e8293e7fccf4ed1d02342c15b1197797ab0c9c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
docs_conf/__init__.py
relnotes/v0.2.1.txt [new file with mode: 0644]

index 446440c..8bf8de2 100644 (file)
@@ -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 (file)
index 0000000..8576fbe
--- /dev/null
@@ -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