File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
project = 'graphql_query'
10
10
copyright = '2022-2023, Denis A. Artyushin'
11
11
author = 'Denis A. Artyushin'
12
- version = '1.1.1 '
12
+ version = '1.2.0 '
13
13
14
14
# -- General configuration ---------------------------------------------------
15
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Welcome to GRAPHQL_QUERY documentation!
13
13
.. image :: https://img.shields.io/github/license/denisart/graphql-query
14
14
:alt: license
15
15
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 **
17
17
you can
18
18
19
19
- generate a GraphQL query string from a python class;
Original file line number Diff line number Diff line change 1
- __version__ = "1.1.1 "
1
+ __version__ = "1.2.0 "
You can’t perform that action at this time.
0 commit comments