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

Commit 172049e

Browse files
committed
updated history
1 parent 032ffd6 commit 172049e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
History
44
-------
55

6+
0.1.6 (TBD)
7+
---------------------
8+
* Added NdbNode.global_id_to_key [PR #15](https://github.com/graphql-python/graphene-gae/pull/15)
9+
610
0.1.5 (2016-06-08)
711
---------------------
812
* Fixed behavior of ndb.KeyProperty ([PR #14](https://github.com/graphql-python/graphene-gae/pull/14))

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.5'
15+
__version__ = '0.1.6'
1616

1717
__all__ = [
1818
NdbObjectType,

0 commit comments

Comments
 (0)