diff --git a/CHANGELOG.md b/CHANGELOG.md index f534050..09d5234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.31.2 + +This release logs xml parsing as error + # 1.31.1 This release lowers the number of tests batch when queueing tasks. diff --git a/setup.py b/setup.py index 328fc58..f84eeb1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='squad-linaro-plugins', - version='1.31.1', + version='1.31.2', author='Charles Oliveira', author_email='charles.oliveira@linaro.org', url='https://github.com/linaro/squadplugins',