Skip to content

Commit 18b16e8

Browse files
Merge pull request #81 from fabienheureux/feature/bump-versions
Bump graphql-ws version in source files
2 parents ffaf230 + 2bb650a commit 18b16e8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

HISTORY.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
History
33
=======
44

5+
0.4.2 (2021-08-24)
6+
==================
7+
- Bump django version
58

69
0.4.1 (2021-08-24)
710
==================
8-
- Bump version
11+
- Bump graphql-ws version in source code
912

1013
0.4.0 (2021-08-24)
1114
==================

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.1"
7+
__version__ = "0.4.2"

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.1
4+
version = 0.4.2
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.1
66+
current_version = 0.4.2
6767
commit = True
6868
tag = True
6969

0 commit comments

Comments
 (0)