Release lfdocs-conf v0.2.5 71/12571/3 v0.2.5
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 13 Sep 2018 14:21:27 +0000 (10:21 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 13 Sep 2018 15:02:13 +0000 (11:02 -0400)
Change-Id: I60bf2e7dbff7c58785016d6db29b1dd2c1b56b43
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs_conf/__init__.py
relnotes/v0.2.5.txt [new file with mode: 0644]

index c9a6a59..776c9f4 100644 (file)
@@ -15,4 +15,4 @@ Configure sphinx-doc through an YAML file.
 """
 __author__ = 'Linux Foundation Releng'
 __summary__ = 'Linux Foundation DocsConf'
-__version__ = '0.2.4'
+__version__ = '0.2.5'
diff --git a/relnotes/v0.2.5.txt b/relnotes/v0.2.5.txt
new file mode 100644 (file)
index 0000000..fc11fd0
--- /dev/null
@@ -0,0 +1,16 @@
+lfdocs-conf v0.2.5 Release Notes
+================================
+
+Thanks to everyone who contributed to this release.
+
+Notable changes since v0.2.4
+----------------------------
+
+Fixes solution from lfdocs-conf which removed Sphinx from requirements.txt.
+we need lfdocs-conf to ship Sphinx to our consumers so removing it was a bad
+idea.
+
+Full Change Log
+---------------
+
+b90afb2 Thanh Ha        Move docs reqs back to reqs.txt