Commit fada21fe authored by Gabriel Monnerat's avatar Gabriel Monnerat

release 1.0.10

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42301 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e0073140
1.0.10 (unreleased)
1.0.10 (2010-01-13)
===================
- Refactor runCloudOOoUnitTest.py to control better the daemon process
- Use argparse instead of optparse
- Refactor tests to use boolean asserts to validate True or False.
- Use python-magic to validate the output documents according to mimetype.
- Change folder structure of cloudooo to put handler, mimemapper, helpers
related to handler in same folder than handler.
- Refactor code to use json instead of jsonpickle.
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
from os import path
import sys
version = '1.0.9'
version = '1.0.10'
folder_path = path.abspath(path.dirname(__file__)) + "/cloudooo"
......
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