Skip to content

Commit 245afe3

Browse files
committed
bump version to 0.4.3
1 parent 8213abc commit 245afe3

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)