Skip to content

Commit 800d012

Browse files
committed
[v0.4.9] Remove beta status & bump version + update readme.
1 parent 4132953 commit 800d012

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ Core GraphQL Library for Python
1010

1111
## Project Status
1212

13-
**This in Beta status. Use in production at your own caution.**
14-
15-
We are currently focusing on porting [graphql-js](https://github.com/graphql/graphql-js) to Python.
13+
This library is a port of [graphql-js](https://github.com/graphql/graphql-js) to Python.
1614
This library includes core features only that other packages within the [graphql-python](https://github.com/graphql-python/) organization shall build upon.
17-
We are currently targeting feature parity with `v0.4.7` of the reference implementation.
15+
We are currently targeting feature parity with `v0.4.13` of the reference implementation, and are currently on `v0.4.9`.
1816

1917
Please see [issues](https://github.com/graphql-python/graphql-core/issues) for the progress.
2018

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
setup(
44
name='graphql-core',
5-
version='0.4.7b2',
5+
version='0.4.9',
66
description='GraphQL implementation for Python',
77
url='https://github.com/graphql-python/graphql-core',
88
download_url='https://github.com/graphql-python/graphql-core/releases',
99
author='Jake Heinz',
1010
author_email='me' '@' 'jh.gg',
1111
license='MIT',
1212
classifiers=[
13-
'Development Status :: 4 - Beta',
13+
'Development Status :: 5 - Production/Stable',
1414
'Intended Audience :: Developers',
1515
'Topic :: Software Development :: Libraries',
1616
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)