Commit 88c0fa16 authored by Łukasz Nowak's avatar Łukasz Nowak

- start to work on 0.9.7

 - add newline automatically to have nicer changes file
parent 764115c1
History
=======
0.9.7dev (unreleased)
---------------------
0.9.6 (2010-10-12)
------------------
- [fix] Support boolean transformation
......
......@@ -2,14 +2,14 @@
from setuptools import setup, find_packages
name = 'xml_marshaller'
version = '0.9.6'
version = '0.9.7dev'
def read(name):
return open(name).read()
long_description=(
read('README.txt')
+ '\n' +
+ '\n\n' +
read('CHANGES.txt')
)
......
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