Commit 145e0636 authored by Yusei Tahara's avatar Yusei Tahara

erp5.util: Release 0.4.52

parent 3f163017
Changes Changes
======= =======
0.4.52 (2018-08-21)
-------------------
* erp5.util
- Make scalability testing framework more stable. Stop using a dummy frontend master
and use host.vifib.net frontend with a valid SSL certificate instead. Always use
https.
[Yusei Tahara]
0.4.51 (2017-07-17) 0.4.51 (2017-07-17)
------------------- -------------------
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import glob import glob
import os import os
version = '0.4.51' version = '0.4.52'
name = 'erp5.util' name = 'erp5.util'
long_description = open("README.erp5.util.txt").read() + "\n" 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