Skip to content

Commit f1debba

Browse files
committed
Version update 0.9.0→0.9.1 + changelog.
1 parent bd657ec commit f1debba

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (C) DATADVANCE, 2010-2021
2+
Copyright (C) DATADVANCE, 2010-2022
33
44
Permission is hereby granted, free of charge, to any person obtaining a
55
copy of this software and associated documentation files (the
@@ -23,6 +23,10 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2323

2424
# Changelog
2525

26+
## [0.9.1] - 2022-01-27
27+
28+
- Minor fix in logging.
29+
2630
## [0.9.0] - 2021-10-19
2731

2832
- Ability to configure server notification queue limit per subscribtion.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (C) DATADVANCE, 2010-2021
2+
Copyright (C) DATADVANCE, 2010-2022
33
44
Permission is hereby granted, free of charge, to any person obtaining a
55
copy of this software and associated documentation files (the

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build-backend = "poetry.masonry.api"
3434
# Docs: https://python-poetry.org/docs/
3535
[tool.poetry]
3636
name = "django-channels-graphql-ws"
37-
version = "0.9.0"
37+
version = "0.9.1"
3838
description = """Django Channels based WebSocket GraphQL server with \
3939
Graphene-like subscriptions"""
4040
authors = ["Alexander A. Prokhorov <alexander.prokhorov@datadvance.net>"]

0 commit comments

Comments
 (0)