From 82fffd529ee756c4996e8688fb0d8e8e673c51ad Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Tue, 5 Sep 2017 12:07:27 -0400 Subject: [PATCH] Release lftools v0.9.0 Change-Id: I34c8b9db49b7942329f911e5671fd7dff84402dd Signed-off-by: Thanh Ha --- lftools/__init__.py | 2 +- relnotes/v0.9.0.txt | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 relnotes/v0.9.0.txt diff --git a/lftools/__init__.py b/lftools/__init__.py index 999812e1..c527510b 100644 --- a/lftools/__init__.py +++ b/lftools/__init__.py @@ -13,7 +13,7 @@ """lftools package.""" __author__ = 'Thanh Ha' -__version__ = '0.9.0-dev' +__version__ = '0.9.0' import logging import logging.config diff --git a/relnotes/v0.9.0.txt b/relnotes/v0.9.0.txt new file mode 100644 index 00000000..ad8ca6d9 --- /dev/null +++ b/relnotes/v0.9.0.txt @@ -0,0 +1,22 @@ +lftools v0.9.0 Release Notes +============================ + +Thanks to Anil, and Thanh for contributing to this release. + + +Notable changes since v0.8.0 +---------------------------- + +6c692e8 Anil Belur Add support for .tgz and .gz file extensions +tgz and gz file support has been added to the deploy maven file command. + + +Full Change Log +--------------- + +6f51ac4 Thanh Ha Exit script with error if artifacts fail download +deab66b Thanh Ha Use gpg2 if available +aebf395 Thanh Ha DO NOT archive if filename is longer than 255 +5215558 Thanh Ha Add a best practice for JJB templates +6c692e8 Anil Belur Add support for .tgz and .gz file extensions +6d86321 Thanh Ha Set a default logger if file methods fail -- 2.16.6