Skip to content

Commit e539bc3

Browse files
committed
bump version to v17
Features: - httpx support (Client + AsyncClient), thanks @kewisch Chore: - update pyproject.toml structure - graphql-core from 3.2.4 to 3.2.6 (~=) - indirect dependencies updated to latest versions - pre-commit hooks updated to latest versions
1 parent 1f9d8dd commit e539bc3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
# built documents.
6262
#
6363
# The short X.Y version.
64-
version = '16.5'
64+
version = '17'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '16.5'
66+
release = '17'
6767

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ norecursedirs = [
2828

2929
[project]
3030
name = 'sgqlc'
31-
version = '16.5'
31+
version = '17'
3232
description = 'Simple GraphQL Client'
3333
readme = 'README.rst'
3434
authors = [

sgqlc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
'''
2626

2727
__docformat__ = 'reStructuredText en'
28-
__version__ = '16.5'
28+
__version__ = '17'

0 commit comments

Comments
 (0)