From 664adb601d73dba2ff9c36cca3e47272c8dbdaea Mon Sep 17 00:00:00 2001 From: mongkok Date: Sat, 3 Feb 2018 17:07:31 +0530 Subject: [PATCH] v0.0.2 --- CHANGES.rst | 8 ++++++++ graphql_geojson/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3eb2cc2..7c734bd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,14 @@ Changelog ========= +0.0.2 +----- + +Changes: + - GeoJSONInput + - Geometry converter + + 0.0.1 ----- diff --git a/graphql_geojson/__init__.py b/graphql_geojson/__init__.py index cdf0f7d..5e291da 100644 --- a/graphql_geojson/__init__.py +++ b/graphql_geojson/__init__.py @@ -2,4 +2,4 @@ __all__ = ['converter', 'types'] -__version__ = '0.0.2rc2' +__version__ = '0.0.2'