File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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]
77search = __version__ = " {current_version}"
Original file line number Diff line number Diff 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
161614.2.1. All parts of the API are covered by an extensive test suite of currently 1753
1717unit tests.
1818
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " graphql-core-next"
3- version = " 1.0.2 "
3+ version = " 1.0.3 "
44description = """
55GraphQL-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"
4444bump2version = " ^0.5"
4545
4646[build-system ]
47- requires = [" poetry>= 0.12" ]
47+ requires = [" poetry== 0.12.11 " ]
4848build-backend = " poetry.masonry.api"
4949
5050[tool .black ]
You can’t perform that action at this time.
0 commit comments