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.
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.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ build-backend = "poetry.core.masonry.api"
3434# Docs: https://python-poetry.org/docs/
3535[tool .poetry ]
3636name = " django-channels-graphql-ws"
37- version = " 1 .0.0rc1 "
37+ version = " v1 .0.0rc2 "
3838description = """ Django Channels based WebSocket GraphQL server with Graphene-like subscriptions"""
3939authors = [
" Alexander A. Prokhorov <[email protected] >" ]
4040homepage = " https://github.com/datadvance/DjangoChannelsGraphqlWs"
You can’t perform that action at this time.
0 commit comments