diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7faff..f534050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.31.1 + +This release lowers the number of tests batch when queueing tasks. +It should go easier on DB if multiple workers are bashing it. + # 1.31 This release reverts the change from release 1.30 and rework diff --git a/setup.py b/setup.py index 20aca05..328fc58 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='squad-linaro-plugins', - version='1.31', + version='1.31.1', author='Charles Oliveira', author_email='charles.oliveira@linaro.org', url='https://github.com/linaro/squadplugins',