Skip to content

Commit 23dbfcb

Browse files
committed
Update version
1 parent cc24c5d commit 23dbfcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'graphql_query'
1010
copyright = '2022-2023, Denis A. Artyushin'
1111
author = 'Denis A. Artyushin'
12-
version = '1.1.1'
12+
version = '1.2.0'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Welcome to GRAPHQL_QUERY documentation!
1313
.. image:: https://img.shields.io/github/license/denisart/graphql-query
1414
:alt: license
1515

16-
**graphql_query** is complete GraphQL query string builder for python. With **graphql_query**
16+
**graphql_query** is complete GraphQL query string builder for python (based on pydantic v2). With **graphql_query**
1717
you can
1818

1919
- generate a GraphQL query string from a python class;

graphql_query/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)