Commit e31ea697 authored by Łukasz Nowak's avatar Łukasz Nowak

- release 0.9.4 with Cedric de Saint Martin fixes

 - release 0.9.5 with rest fixes
parent 9298aad8
0.9.4 (Unreleased)
---------------- History
=======
0.9.5 (2010-09-01)
------------------
- [fix] Formatting of documentation
[Lukasz Nowak]
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.4' version = '0.9.5'
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