Skip to content

Commit 3fd155f

Browse files
authored
Merge pull request #39 from DaleSeo/relesae/0.4.1
Release v0.4.1
2 parents fe1986d + 61bc2b5 commit 3fd155f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v0.4.0
28

39
- Support Advanced Usages #33

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

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

0 commit comments

Comments
 (0)