From 76f66229ffb6f6b7de35ea659d506cfc5f7b906c Mon Sep 17 00:00:00 2001 From: Brad Pitcher Date: Fri, 29 May 2015 16:02:21 -0700 Subject: [PATCH] version 0.0.2 --- CHANGELOG.rst | 9 +++++++++ MANIFEST.in | 2 +- setup.py | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..df422c2 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,9 @@ +0.0.2 (May 29th, 2015) +---------------------- + +- Include colors + +0.0.1 (May 29th, 2015) +---------------------- + +- Initial release diff --git a/MANIFEST.in b/MANIFEST.in index 51b7f13..f3a9f6c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include COPYING README.md openscad_dxf.inx +include COPYING README.rst openscad_dxf.inx diff --git a/setup.py b/setup.py index 9c1b77d..8bc3857 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,9 @@ setup( name='inkscape-openscad-dxf', - version='0.0.2dev', + version='0.0.2', description='Inkscape OpenSCAD DXF Export', - long_description=open('README.md').read(), + long_description=open('README.rst').read(), author='Brad Pitcher', author_email='bradpitcher@gmail.com', url='https://github.com/brad/Inkscape-OpenSCAD-DXF-Export',