Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit a95d6f9

Browse files
committed
History
1 parent 45f493b commit a95d6f9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
History
44
-------
55

6-
0.1.4 (TBD)
6+
0.1.5 (2016-06-08)
7+
---------------------
8+
* Fixed behavior of ndb.KeyProperty ([PR #14](https://github.com/graphql-python/graphene-gae/pull/14))
9+
10+
0.1.4 (2016-06-02)
711
---------------------
812
* NdbConnectionField added arguments that can be used in quert:
913
* keys_only - to execute a keys only query
@@ -14,6 +18,7 @@ History
1418
map to a Field(SomethingType) - SomethingType has to be part of the schema.
1519
* Support for `repeated` and `required` propeties.
1620

21+
1722
0.1.3 (2016-05-27)
1823
---------------------
1924
* Added `graphene_gae.webapp2.GraphQLHandler` - a basic HTTP Handler to process GraphQL requests

graphene_gae/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
)
1313

1414
__author__ = 'Eran Kampf'
15-
__version__ = '0.1.4'
15+
__version__ = '0.1.5'
1616

1717
__all__ = [
1818
NdbObjectType,

0 commit comments

Comments
 (0)