Skip to content

Commit

Permalink
Version update 0.7.00.7.1 + changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
prokher committed Jul 25, 2020
1 parent 99ede4f commit b481374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

# Changelog

## [0.7.1] - 2020-07-25

- Python 3.6 compatibility brought back.

## [0.7.0] - 2020-07-25

- Subscription `payload` now properly serializes the following Python
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.masonry.api"
# Docs: https://python-poetry.org/docs/
[tool.poetry]
name = "django-channels-graphql-ws"
version = "0.7.0"
version = "0.7.1"
description = """Django Channels based WebSocket GraphQL server with \
Graphene-like subscriptions"""
authors = ["Alexander A. Prokhorov <[email protected]>"]
Expand Down

0 comments on commit b481374

Please sign in to comment.