Skip to content

Commit 1468a45

Browse files
committed
Prepare version 1.0.3
1 parent d9a8764 commit 1468a45

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
2-
current_version = 1.0.2
3-
commit = True
4-
tag = True
2+
current_version = 1.0.3
3+
commit = False
4+
tag = False
55

66
[bumpversion:file:graphql/__init__.py]
77
search = __version__ = "{current_version}"

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-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 1.0.2 of GraphQL-core-next is up-to-date with GraphQL.js version
15+
The current version 1.0.3 of GraphQL-core-next is up-to-date with GraphQL.js version
1616
14.2.1. All parts of the API are covered by an extensive test suite of currently 1753
1717
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 = u'1.0'
6363
# The full version, including alpha/beta/rc tags.
64-
version = release = u'1.0.2'
64+
version = release = u'1.0.3'
6565

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

graphql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- :mod:`graphql/subscription`: Subscribe to data updates.
3838
"""
3939

40-
__version__ = "1.0.2"
40+
__version__ = "1.0.3"
4141
__version_js__ = "14.2.1"
4242

4343
# The primary entry point into fulfilling a GraphQL request.

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "graphql-core-next"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = """
55
GraphQL-core-next is a Python port of GraphQL.js,
66
the JavaScript reference implementation for GraphQL."""
@@ -44,7 +44,7 @@ sphinx_rtd_theme = "^0.4"
4444
bump2version = "^0.5"
4545

4646
[build-system]
47-
requires = ["poetry>=0.12"]
47+
requires = ["poetry==0.12.11"]
4848
build-backend = "poetry.masonry.api"
4949

5050
[tool.black]

0 commit comments

Comments
 (0)