Commit cab39153 authored by Nicolas Delaby's avatar Nicolas Delaby

release 0.2 and prepare O.3


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils/xupdate_processor@42472 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a02fed41
History
=======
0.2 (unrealeased)
---------------------
0.3 (unreleased)
----------------
0.2 (2010-01-19)
----------------
- refactor egg structure directory
[nicolas Delaby]
- Use unittest module instead of DOCTEST
......@@ -12,7 +16,9 @@ History
[nicolas Delaby]
- remove zope.interface dependency
0.1 (2009-12-12)
------------------
- [Fix] sub element might have been append in wrong order
0.1 (2009-12-12)
----------------
- Initial implementation
[nicolas Delaby]
......@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
version = '0.1'
version = '0.2'
def read(name):
return open(name).read()
......
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