Commit 09ee1d01 authored by Julien Muchembled's avatar Julien Muchembled

Release xml_marshaller 1.0

parent 87cfb189
History
=======
1.0 (2018-11-12)
----------------
- Stop distinguish unicode and bytes and always return 'str'
0.10 (2018-09-12)
-----------------
......
......@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
name = 'xml_marshaller'
version = '0.10'
version = '1.0'
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