Release lftools v0.9.0 14/6314/1 v0.9.0
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 5 Sep 2017 16:07:27 +0000 (12:07 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 5 Sep 2017 16:08:03 +0000 (12:08 -0400)
Change-Id: I34c8b9db49b7942329f911e5671fd7dff84402dd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
lftools/__init__.py
relnotes/v0.9.0.txt [new file with mode: 0644]

index 999812e..c527510 100644 (file)
@@ -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 (file)
index 0000000..ad8ca6d
--- /dev/null
@@ -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