From: Thanh Ha Date: Thu, 13 Sep 2018 14:21:27 +0000 (-0400) Subject: Release lfdocs-conf v0.2.5 X-Git-Tag: v0.2.5^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=379cfee33b32f2f022cec3c0ffccf6b1675e7768;p=releng%2Fdocs-conf.git Release lfdocs-conf v0.2.5 Change-Id: I60bf2e7dbff7c58785016d6db29b1dd2c1b56b43 Signed-off-by: Thanh Ha --- diff --git a/docs_conf/__init__.py b/docs_conf/__init__.py index c9a6a59..776c9f4 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.4' +__version__ = '0.2.5' diff --git a/relnotes/v0.2.5.txt b/relnotes/v0.2.5.txt new file mode 100644 index 0000000..fc11fd0 --- /dev/null +++ b/relnotes/v0.2.5.txt @@ -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