Skip to content

Commit

Permalink
v1.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
prokher committed Apr 27, 2023
1 parent 8f448ac commit ca7c963
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

# Changelog

## [1.0.0rc1] - 2022-11-16
## [1.0.0rc2] - 2023-04-28

Broken support of previous Python version brought back.

## [1.0.0rc1] - 2023-04-28

- DjangoChannelsGraphqlWs has migrated to the recent versions of Django,
Channels, and Graphene. All other Python dependencies updated.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build-backend = "poetry.core.masonry.api"
# Docs: https://python-poetry.org/docs/
[tool.poetry]
name = "django-channels-graphql-ws"
version = "1.0.0rc1"
version = "v1.0.0rc2"
description = """Django Channels based WebSocket GraphQL server with Graphene-like subscriptions"""
authors = ["Alexander A. Prokhorov <[email protected]>"]
homepage = "https://github.com/datadvance/DjangoChannelsGraphqlWs"
Expand Down

0 comments on commit ca7c963

Please sign in to comment.