Skip to content

Commit 5560b02

Browse files
authored
Merge pull request #45 from DaleSeo/release/0.4.3
Release v0.4.3
2 parents 8213abc + 245afe3 commit 5560b02

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
## v0.4.3
2+
3+
- Stoping Using Root Logger with One-off Logging Setup #44
4+
15
## v0.4.2
6+
27
- chore(deps): reduce strictness of dependencies #41
38

49
## v0.4.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="python_graphql_client",
13-
version="0.4.2",
13+
version="0.4.3",
1414
description="Python GraphQL Client",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)