Skip to content

Commit 375b593

Browse files
committed
bump version to v18
- httpx: handle only HTTPStatusError, let other transport errors fall through - make HTTP headers Content-Length and Content-Type uniform across endpoints - allow variables values to be instance of sgqlc.types.Input
1 parent d8475c9 commit 375b593

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 = '17.1'
64+
version = '18'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '17.1'
66+
release = '18'
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
@@ -29,7 +29,7 @@ norecursedirs = [
2929

3030
[project]
3131
name = 'sgqlc'
32-
version = '17.1'
32+
version = '18'
3333
description = 'Simple GraphQL Client'
3434
readme = 'README.rst'
3535
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__ = '17.1'
28+
__version__ = '18'

0 commit comments

Comments
 (0)