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

Commit 0d2e1a6

Browse files
committed
Changed development status to beta
1 parent ced56d8 commit 0d2e1a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ History
55

66
0.1.6 (TBD)
77
---------------------
8+
* Changing development status to Beta
89
* Added NdbNode.global_id_to_key [PR #15](https://github.com/graphql-python/graphene-gae/pull/15)
910

1011
0.1.5 (2016-06-08)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def additional_tests():
8080
zip_safe=False,
8181
keywords='graphene_gae',
8282
classifiers=[
83-
'Development Status :: 2 - Pre-Alpha',
83+
'Development Status :: 4 - Beta',
8484
'Intended Audience :: Developers',
8585
'License :: OSI Approved :: BSD License',
8686
'Natural Language :: English',

0 commit comments

Comments
 (0)