Skip to content

Commit 8175d8a

Browse files
committed
Prepare patch release
1 parent f57087d commit 8175d8a

File tree

6 files changed

+36
-37
lines changed

6 files changed

+36
-37
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.0
2+
current_version = 3.0.1
33
commit = False
44
tag = False
55

Diff for: README.md

+1-1
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-next/python-3-shield.svg)](https://pyup.io/repos/github/graphql-python/graphql-core-next/)
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.0 of GraphQL-core is up-to-date
15+
The current version 3.0.1 of GraphQL-core is up-to-date
1616
with GraphQL.js version 14.5.8.
1717

1818
All parts of the API are covered by an extensive test suite

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
# The short X.Y version.
6262
# version = u'3.0'
6363
# The full version, including alpha/beta/rc tags.
64-
version = release = u'3.0.0'
64+
version = release = u'3.0.1'
6565

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

Diff for: poetry.lock

+30-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphql-core"
3-
version = "3.0.0"
3+
version = "3.0.1"
44
description = """
55
GraphQL-core is a Python port of GraphQL.js,
66
the JavaScript reference implementation for GraphQL."""
@@ -37,7 +37,7 @@ pytest-asyncio = ">=0.10,<1"
3737
pytest-benchmark = "^3.2"
3838
pytest-cov = "^2.8"
3939
pytest-describe = ">=0.12,<1"
40-
pyyaml = "^5.1"
40+
pyyaml = "^5.2"
4141
black = "19.10b0"
4242
flake8 = "^3.7"
4343
mypy = ">=0.750,<0.760"

Diff for: src/graphql/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__all__ = ["version", "version_info", "version_js", "version_info_js"]
55

66

7-
version = "3.0.0"
7+
version = "3.0.1"
88

99
version_js = "14.5.8"
1010

0 commit comments

Comments
 (0)