We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe1986d + 61bc2b5 commit 3fd155fCopy full SHA for 3fd155f
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.4.1
2
+
3
+- Bumping Version for Aiohttp #38
4
+- CI runs pre-commit #37
5
+- Add ability to override init_payload for subscriptions. #36
6
7
## v0.4.0
8
9
- Support Advanced Usages #33
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name="python_graphql_client",
13
- version="0.4.0",
+ version="0.4.1",
14
description="Python GraphQL Client",
15
long_description=long_description,
16
long_description_content_type="text/markdown",
0 commit comments