Commit 598193ac authored by Julien Muchembled's avatar Julien Muchembled

Release xml_marshaller 0.10

parent bba0673b
History History
======= =======
0.9.8dev (unreleased) 0.10 (2018-09-12)
--------------------- -----------------
- Add support for Python 3
0.9.7 (2010-10-30) 0.9.7 (2010-10-30)
------------------ ------------------
- Enhance egg folder structure
[nicolas Delaby] - Enhance egg folder structure
- Improve tests [nicolas Delaby]
[nicolas Delaby] - Improve tests
- add XSD Schema [nicolas Delaby]
[nicolas Delaby] - add XSD Schema
[nicolas Delaby]
0.9.6 (2010-10-12) 0.9.6 (2010-10-12)
------------------ ------------------
- [fix] Support boolean transformation
[Nicolas Delaby] - [fix] Support boolean transformation
[Nicolas Delaby]
0.9.5 (2010-09-01) 0.9.5 (2010-09-01)
------------------ ------------------
- [fix] Formatting of documentation - [fix] Formatting of documentation
[Lukasz Nowak] [Lukasz Nowak]
0.9.4 (2010-09-01) 0.9.4 (2010-09-01)
------------------ ------------------
- [fix] Instances are now correctly unmarshalled. - [fix] Instances are now correctly unmarshalled.
[Cedric de Saint Martin] [Cedric de Saint Martin]
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
name = 'xml_marshaller' name = 'xml_marshaller'
version = '0.9.7' version = '0.10'
def read(name): def read(name):
return open(name).read() 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