We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8213abc + 245afe3 commit 5560b02Copy full SHA for 5560b02
CHANGELOG.md
@@ -1,4 +1,9 @@
1
+## v0.4.3
2
+
3
+- Stoping Using Root Logger with One-off Logging Setup #44
4
5
## v0.4.2
6
7
- chore(deps): reduce strictness of dependencies #41
8
9
## v0.4.1
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name="python_graphql_client",
13
- version="0.4.2",
+ version="0.4.3",
14
description="Python GraphQL Client",
15
long_description=long_description,
16
long_description_content_type="text/markdown",
0 commit comments