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

Release xml_marshaller 0.10

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