Commit 991606e3 authored by Sebastien Robin's avatar Sebastien Robin

erp5.util: Release 0.4.57

parent a2fe9cdb
Changes
=======
0.4.57 (2019-02-25)
-------------------
* erp5.util
- testnode: Allow to pass max_quantity to runComputerPartition [Lukasz Nowak]
- testnode: use CPUs a bit less agressively [Jerome Perrin]
- testnode: avoid to rebuild testnode dependencies (firefox) all the time [Sebastien Robin]
- testnode: try much more agressively to kill remaining processes [Sebastien Robin]
0.4.56 (2018-09-28)
-------------------
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.4.56'
version = '0.4.57'
name = 'erp5.util'
long_description = open("README.erp5.util.txt").read() + "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment