Skip to content

Commit

Permalink
Prepare version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed May 3, 2019
1 parent d9a8764 commit 1468a45
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
current_version = 1.0.2
commit = True
tag = True
current_version = 1.0.3
commit = False
tag = False

[bumpversion:file:graphql/__init__.py]
search = __version__ = "{current_version}"
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 1.0.2 of GraphQL-core-next is up-to-date with GraphQL.js version
The current version 1.0.3 of GraphQL-core-next is up-to-date with GraphQL.js version
14.2.1. All parts of the API are covered by an extensive test suite of currently 1753
unit tests.

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'1.0'
# The full version, including alpha/beta/rc tags.
version = release = u'1.0.2'
version = release = u'1.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion graphql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- :mod:`graphql/subscription`: Subscribe to data updates.
"""

__version__ = "1.0.2"
__version__ = "1.0.3"
__version_js__ = "14.2.1"

# The primary entry point into fulfilling a GraphQL request.
Expand Down
8 changes: 4 additions & 4 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-next"
version = "1.0.2"
version = "1.0.3"
description = """
GraphQL-core-next is a Python port of GraphQL.js,
the JavaScript reference implementation for GraphQL."""
Expand Down Expand Up @@ -44,7 +44,7 @@ sphinx_rtd_theme = "^0.4"
bump2version = "^0.5"

[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry==0.12.11"]
build-backend = "poetry.masonry.api"

[tool.black]
Expand Down

0 comments on commit 1468a45

Please sign in to comment.