From 740a1fc0e85ba67b66751a8cb37fecfe9c10d8fd Mon Sep 17 00:00:00 2001 From: mongkok Date: Fri, 13 Apr 2018 02:06:53 +0700 Subject: [PATCH] v0.1.3 --- CHANGES.rst | 7 +++++++ graphql_geojson/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index bec03f1..51d4e1e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog ========= +0.1.3 +----- + +* Added descriptions +* Fixed resolvers in inheritance + + 0.1.2 ----- diff --git a/graphql_geojson/__init__.py b/graphql_geojson/__init__.py index 4518bd4..7432c83 100644 --- a/graphql_geojson/__init__.py +++ b/graphql_geojson/__init__.py @@ -7,4 +7,4 @@ 'GeoJSONType', ] -__version__ = '0.1.2' +__version__ = '0.1.3'