Commit 357d558c authored by Julien Muchembled's avatar Julien Muchembled

Release xml_marshaller 1.0.1

parent fbb6cf0e
History History
======= =======
1.0.1 (2018-11-12)
------------------
- Fix changelog.
1.0 (2018-11-12) 1.0 (2018-11-12)
---------------- ----------------
......
...@@ -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 = '1.0' version = '1.0.1'
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