Release lftools v0.7.0 47/5747/2 v0.7.0
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 4 Aug 2017 20:22:56 +0000 (16:22 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 4 Aug 2017 20:41:40 +0000 (16:41 -0400)
Noteable Changes:

f3b7292 Jessica Wagantall       Implement lftools logger
f16b45d Anil Belur      Make maven deploy-file more generic
c4084d7 Anil Belur      Pass maven parameters to deploy maven-file
2f7fc1a Jessica Wagantall       Add script to fix yamllint errors
8f0d84c Thanh Ha        Add a license header scanner

Change-Id: I3b25d66720120d79180d0241e625305edf095e45
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
lftools/__init__.py

index 38ac20d..38df527 100644 (file)
@@ -13,7 +13,7 @@
 """lftools package."""
 
 __author__ = 'Thanh Ha'
-__version__ = '0.7.0-dev'
+__version__ = '0.7.0'
 
 import logging
 import logging.config