diff --git a/CHANGES.rst b/CHANGES.rst index 51d4e1e..6f1a4e0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changelog ========= +0.1.4 +----- + +* Upgraded graphene-django requirement to v2.1rc0 + 0.1.3 ----- diff --git a/graphql_geojson/__init__.py b/graphql_geojson/__init__.py index 7432c83..c8cccdf 100644 --- a/graphql_geojson/__init__.py +++ b/graphql_geojson/__init__.py @@ -7,4 +7,4 @@ 'GeoJSONType', ] -__version__ = '0.1.3' +__version__ = '0.1.4'