Skip to content

Commit

Permalink
Prepare patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 6, 2019
1 parent f57087d commit 8175d8a
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.0
current_version = 3.0.1
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ a query language for APIs created by Facebook.
[![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/)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

The current version 3.0.0 of GraphQL-core is up-to-date
The current version 3.0.1 of GraphQL-core is up-to-date
with GraphQL.js version 14.5.8.

All parts of the API are covered by an extensive test suite
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
# The short X.Y version.
# version = u'3.0'
# The full version, including alpha/beta/rc tags.
version = release = u'3.0.0'
version = release = u'3.0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
61 changes: 30 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphql-core"
version = "3.0.0"
version = "3.0.1"
description = """
GraphQL-core is a Python port of GraphQL.js,
the JavaScript reference implementation for GraphQL."""
Expand Down Expand Up @@ -37,7 +37,7 @@ pytest-asyncio = ">=0.10,<1"
pytest-benchmark = "^3.2"
pytest-cov = "^2.8"
pytest-describe = ">=0.12,<1"
pyyaml = "^5.1"
pyyaml = "^5.2"
black = "19.10b0"
flake8 = "^3.7"
mypy = ">=0.750,<0.760"
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__all__ = ["version", "version_info", "version_js", "version_info_js"]


version = "3.0.0"
version = "3.0.1"

version_js = "14.5.8"

Expand Down

0 comments on commit 8175d8a

Please sign in to comment.