Commit e6f81c5a authored by Christian Ledermann's avatar Christian Ledermann

add Ian Lee to contributors, move contributors list into its own file to keep...

add Ian Lee to contributors, move contributors list into its own file to keep the text for PKG-INFO ascii only fixes #9 bump version to 0.7
parent 90f7e6e9
...@@ -192,11 +192,5 @@ You can create a KML object by reading a KML file ...@@ -192,11 +192,5 @@ You can create a KML object by reading a KML file
</kml:Document> </kml:Document>
</kml:kml> </kml:kml>
Contributors
=============
- Jeremy Blalock
- Denis Krienbühl
- Egil Möller
Contributors
=============
- Jeremy Blalock
- Denis Krienbühl
- Egil Möller
- Ian Lee
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
Changelog Changelog
========= =========
0.7 (unreleased)
----------------
- test case additions and lxml warning [Ian Lee]
0.6 (2014/05/29) 0.6 (2014/05/29)
---------------- ----------------
......
...@@ -14,7 +14,7 @@ class PyTest(TestCommand): ...@@ -14,7 +14,7 @@ class PyTest(TestCommand):
sys.exit(errno) sys.exit(errno)
version = '0.6' version = '0.7'
setup(name='fastkml', setup(name='fastkml',
version=version, version=version,
......
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