From 567d5d542b4f19e6949ed5230c100e856549b2ee Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 9 Aug 2018 18:04:35 -0400 Subject: [PATCH] Release lfdocs-conf v0.2.3 Change-Id: I595f9dcfd47ec0566cbbeaf7dc2474e4a925b5ac Signed-off-by: Thanh Ha --- docs_conf/__init__.py | 2 +- relnotes/v0.2.3.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 relnotes/v0.2.3.txt diff --git a/docs_conf/__init__.py b/docs_conf/__init__.py index c3f1024..066dac0 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.2' +__version__ = '0.2.3' diff --git a/relnotes/v0.2.3.txt b/relnotes/v0.2.3.txt new file mode 100644 index 0000000..f7ec08d --- /dev/null +++ b/relnotes/v0.2.3.txt @@ -0,0 +1,17 @@ +lfdocs-conf v0.2.3 Release Notes +================================ + +Thanks to everyone who contributed to this release. + +Notable changes since v0.2.2 +---------------------------- + +lfdocs links now use https:// rather than http:// + +Full Change Log +--------------- + +da42118 Thanh Ha Remove echo of docs path +7544e9e Thanh Ha Add "skipsdist = true" to tox.ini +4b31e9a Thanh Ha Add pre-commit hook for trailing-whitespace +36a5aca Thanh Ha Update lfdocs links to https -- 2.16.6