Commit 5d0c7454 authored by Christian Ledermann's avatar Christian Ledermann

add travis deploy to travis.yml

parent 481117fe
......@@ -24,4 +24,11 @@ notifications:
email:
- christian.ledermann@gmail.com
- IanLee1521@gmail.com
deploy:
provider: pypi
user: Christian.Ledermann
password:
secure: MhOkMil0/EsZRS1FB6xYiFfjbFjafYuBE/bKMnsHZqtoVU/CH0UCfjIJpDyRzYeTliub84r7hwHzTwnDzxijWIdy8T4tcuVja0Iu8ItGc4VopYKyUjUgxUT9PWk0in5C/gtwEQb2VYOhrQA9F3XRZ6RfHvUAJJYhdV2GM6ehm+0=
on:
tags: true
repo: cleder/fastkml
Changelog
=========
0.11.1 (2015/07/13)
- add travis deploy to travis.yml
0.11 (2015/07/10)
-----------------
- handle coordinates tuples which contain spaces
0.10 (2015/06/09)
-----------------
......
......@@ -19,7 +19,7 @@ class PyTest(TestCommand):
setup(
name='fastkml',
version='0.10',
version='0.11',
description="Fast KML processing in python",
long_description=(
open("README.rst").read() + "\n" +
......
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