Skip to content

Commit

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

# Changelog

## [0.7.0] - 2020-07-25

- Subscription `payload` now properly serializes the following Python
`datetime` types:
- `datetime.datetime`
- `datetime.date`
- `datetime.time`

## [0.6.0] - 2020-07-25

- Allow `msgpack v1.*` in the dependencies requirements.
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.6.0"
version = "0.7.0"
description = """Django Channels based WebSocket GraphQL server with \
Graphene-like subscriptions"""
authors = ["Alexander A. Prokhorov <[email protected]>"]
Expand Down

0 comments on commit 25e4f27

Please sign in to comment.