Skip to content

Commit

Permalink
bump version to v16.4
Browse files Browse the repository at this point in the history
fix codegen with type conditions on interfaces (thanks @dsnam)

deprecated python 3.7 since it's more than one year after it's EoL
  • Loading branch information
barbieri committed Sep 13, 2024
1 parent 4d46625 commit d36984a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '16.3'
version = '16.4'
# The full version, including alpha/beta/rc tags.
release = '16.3'
release = '16.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ norecursedirs = [

[tool.poetry]
name = 'sgqlc'
version = '16.3'
version = '16.4'
description = 'Simple GraphQL Client'
readme = 'README.rst'
authors = [
Expand Down
2 changes: 1 addition & 1 deletion sgqlc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
'''

__docformat__ = 'reStructuredText en'
__version__ = '16.3'
__version__ = '16.4'

0 comments on commit d36984a

Please sign in to comment.