Skip to content

Commit d90bf99

Browse files
committed
Prepare bugfix release
1 parent 2a034ed commit d90bf99

File tree

6 files changed

+140
-150
lines changed

6 files changed

+140
-150
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ a query language for APIs created by Facebook.
1212
[![Python 3 Status](https://pyup.io/repos/github/graphql-python/graphql-core/python-3-shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-core/)
1313
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
1414

15-
The current version 3.0.4 of GraphQL-core is up-to-date with GraphQL.js version 14.6.0.
15+
The current version 3.0.5 of GraphQL-core is up-to-date with GraphQL.js version 14.6.0.
1616

1717
All parts of the API are covered by an extensive test suite of nearly 2000 unit tests.
1818

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
# version = '3.0'
6363
# The full version, including alpha/beta/rc tags.
64-
version = release = '3.0.4'
64+
version = release = '3.0.5'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

0 commit comments

Comments
 (0)