From 268ef45f89697bdb12e671240025b39596ac325c Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 15 Oct 2017 14:08:36 -0400 Subject: [PATCH] Release lftools v0.10.0 Change-Id: I0e203548adad9057d58d7893ba86eb594cdddfea Signed-off-by: Thanh Ha --- lftools/__init__.py | 2 +- relnotes/v0.10.0.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 relnotes/v0.10.0.txt diff --git a/lftools/__init__.py b/lftools/__init__.py index 77fbf1f9..c51c0a90 100644 --- a/lftools/__init__.py +++ b/lftools/__init__.py @@ -14,7 +14,7 @@ __author__ = 'Thanh Ha' __summary__ = 'Linux Foundation Release Engineering Tools' -__version__ = '0.10.0-dev' +__version__ = '0.10.0' import logging import logging.config diff --git a/relnotes/v0.10.0.txt b/relnotes/v0.10.0.txt new file mode 100644 index 00000000..e8258df7 --- /dev/null +++ b/relnotes/v0.10.0.txt @@ -0,0 +1,31 @@ +lftools v0.10.0 Release Notes +============================= + +Thanks to Andy, Anil, Ry, and Thanh for contributing to this release. + + +Notable changes since v0.9.0 +---------------------------- + +d943695 Andrew Grimberg Re-order log ENV stripping and add new key +Added additional env stripping for more variables that should not be logged. + +9a42505 Ry Jones Update setuptools version to 36.5.0 +Some CI systems were having issues installing lftools and needed a version of +setuptools>=30 so we bumped the setuptools version in requirements.txt + + +Full Change Log +--------------- + +fca0d2f Thanh Ha Rename docs requirements for better sorting +c9a8a31 Thanh Ha Add LF Logo +77c2d0f Thanh Ha Add custom navbar ala OpenDaylight docs +c4523b1 Thanh Ha Bump Sphinx minimal dependencies to latest +98006e1 Thanh Ha Remove best practices guide from lftools +c324414 Thanh Ha Add cross link +9a42505 Ry Jones Update setuptools version +54f8abc Thanh Ha Refactor descriptions to README.md and __summary__ +d943695 Andrew Grimberg Re-order log ENV stripping and add new key +6d79275 Anil Belur Update JJB best practices +589e597 Anil Belur Spell check fixes in best practices -- 2.16.6