File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
23
24
24
# Changelog
25
25
26
- ## [ 1.0.0rc1] - 2022-11-16
26
+ ## [ 1.0.0rc2] - 2023-04-28
27
+
28
+ Broken support of previous Python version brought back.
29
+
30
+ ## [ 1.0.0rc1] - 2023-04-28
27
31
28
32
- DjangoChannelsGraphqlWs has migrated to the recent versions of Django,
29
33
Channels, and Graphene. All other Python dependencies updated.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ build-backend = "poetry.core.masonry.api"
34
34
# Docs: https://python-poetry.org/docs/
35
35
[tool .poetry ]
36
36
name = " django-channels-graphql-ws"
37
- version = " 1 .0.0rc1 "
37
+ version = " v1 .0.0rc2 "
38
38
description = """ Django Channels based WebSocket GraphQL server with Graphene-like subscriptions"""
39
39
authors = [
" Alexander A. Prokhorov <[email protected] >" ]
40
40
homepage = " https://github.com/datadvance/DjangoChannelsGraphqlWs"
You can’t perform that action at this time.
0 commit comments