From 379cfee33b32f2f022cec3c0ffccf6b1675e7768 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 13 Sep 2018 10:21:27 -0400 Subject: [PATCH] Release lfdocs-conf v0.2.5 Change-Id: I60bf2e7dbff7c58785016d6db29b1dd2c1b56b43 Signed-off-by: Thanh Ha --- docs_conf/__init__.py | 2 +- relnotes/v0.2.5.txt | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 relnotes/v0.2.5.txt 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 -- 2.16.6