Skip to content

Commit

Permalink
Release as version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Apr 3, 2020
1 parent a628262 commit 7aff9be
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 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.3
current_version = 3.0.4
commit = False
tag = False

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

The current version 3.0.3 of GraphQL-core is up-to-date
with GraphQL.js version 14.6.0.
The current version 3.0.4 of GraphQL-core is up-to-date with GraphQL.js version 14.6.0.

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

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# General information about the project.
project = 'GraphQL-core 3'
copyright = '2019, Christoph Zwerschke'
copyright = '2020, Christoph Zwerschke'
author = 'Christoph Zwerschke'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -61,7 +61,7 @@
# The short X.Y version.
# version = '3.0'
# The full version, including alpha/beta/rc tags.
version = release = '3.0.3'
version = release = '3.0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graphql-core"
version = "3.0.3"
version = "3.0.4"
description = """
GraphQL-core is a Python port of GraphQL.js,
the JavaScript reference implementation for GraphQL."""
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.3"
version = "3.0.4"

version_js = "14.6.0"

Expand Down

0 comments on commit 7aff9be

Please sign in to comment.