erp5.util: Release erp5.util (0.4.66)

This commit is contained in:
Jérome Perrin 2020-01-29 11:02:07 +01:00 committed by Jérome Perrin
parent c30b29ce3c
commit 27462cc8d0
No known key found for this signature in database
GPG Key ID: 827D84661BA4032E
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Changes
=======
0.4.66 (2020-01-30)
-------------------
* erp5.util:
- testnode: Use shared parts when building softwares
0.4.65 (2019-10-30)
-------------------

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob
import os
version = '0.4.65'
version = '0.4.66'
name = 'erp5.util'
long_description = open("README.erp5.util.txt").read() + "\n"