Skip to content

Commit 1a4408b

Browse files
Merge pull request #79 from fabienheureux/fix/bump-versions-0.4.1
Bump versions to 0.4.1
2 parents b91db2b + 31efc93 commit 1a4408b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
6+
0.4.1 (2021-08-24)
7+
==================
8+
- Bump version
9+
510
0.4.0 (2021-08-24)
611
==================
712
- Removed support for Django 2

graphql_ws/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Syrus Akbary"""
66
__email__ = "[email protected]"
7-
__version__ = "0.4.0"
7+
__version__ = "0.4.1"

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[metadata]
33
name = graphql-ws
4-
version = 0.4.0
4+
version = 0.4.1
55
description = Websocket backend for GraphQL subscriptions
66
long_description = file: README.rst, CHANGES.rst
77
author = Syrus Akbary
@@ -63,7 +63,7 @@ test =
6363
universal = 1
6464

6565
[bumpversion]
66-
current_version = 0.4.0
66+
current_version = 0.4.1
6767
commit = True
6868
tag = True
6969

0 commit comments

Comments
 (0)