Skip to content

Commit ca7c963

Browse files
committed
v1.0.0rc2
1 parent 8f448ac commit ca7c963

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2323

2424
# Changelog
2525

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
2731

2832
- DjangoChannelsGraphqlWs has migrated to the recent versions of Django,
2933
Channels, and Graphene. All other Python dependencies updated.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build-backend = "poetry.core.masonry.api"
3434
# Docs: https://python-poetry.org/docs/
3535
[tool.poetry]
3636
name = "django-channels-graphql-ws"
37-
version = "1.0.0rc1"
37+
version = "v1.0.0rc2"
3838
description = """Django Channels based WebSocket GraphQL server with Graphene-like subscriptions"""
3939
authors = ["Alexander A. Prokhorov <[email protected]>"]
4040
homepage = "https://github.com/datadvance/DjangoChannelsGraphqlWs"

0 commit comments

Comments
 (0)