Commit a6a6cd77 authored by Julien Muchembled's avatar Julien Muchembled

Release xml_marshaller 1.0.2

parent 6f4488a5
History History
======= =======
1.0.2 (2019-02-25)
------------------
- Python 2 fixups.
1.0.1 (2018-11-12) 1.0.1 (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.1' version = '1.0.2'
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