File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
History
3
3
=======
4
4
5
+ 0.4.2 (2021-08-24)
6
+ ==================
7
+ - Bump django version
5
8
6
9
0.4.1 (2021-08-24)
7
10
==================
8
- - Bump version
11
+ - Bump graphql-ws version in source code
9
12
10
13
0.4.0 (2021-08-24)
11
14
==================
Original file line number Diff line number Diff line change 4
4
5
5
__author__ = """Syrus Akbary"""
6
6
7
- __version__ = "0.4.1 "
7
+ __version__ = "0.4.2 "
Original file line number Diff line number Diff line change 1
1
2
2
[metadata]
3
3
name = graphql-ws
4
- version = 0.4.1
4
+ version = 0.4.2
5
5
description = Websocket backend for GraphQL subscriptions
6
6
long_description = file: README.rst, CHANGES.rst
7
7
author = Syrus Akbary
63
63
universal = 1
64
64
65
65
[bumpversion]
66
- current_version = 0.4.1
66
+ current_version = 0.4.2
67
67
commit = True
68
68
tag = True
69
69
You can’t perform that action at this time.
0 commit comments