Skip to content

Commit

Permalink
Merge branch 'v0.9.0-branch' into 'master'
Browse files Browse the repository at this point in the history
New version 0.9.0.

See merge request sd/pseven/DjangoChannelsGraphqlWs!14
  • Loading branch information
sergey-komissarov committed Oct 19, 2021
2 parents 23cbbc1 + 6c9f046 commit 5fa540d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
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.9.0] - 2021-10-19

- Ability to configure server notification queue limit per subscribtion.

## [0.8.0] - 2021-02-12

- Switched to Channels 3.
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,13 +582,14 @@ _A reminder of how to run tests._

_A reminder of how to make and publish a new release._

1. Update version: `poetry version minor`.
2. Update [CHANGELOG.md](./CHANGELOG.md).
3. Update [README.md](./README.md) (if needed).
4. Commit changes made above.
5. Git tag: `git tag vX.X.X && git push --tags`.
6. Publish release to PyPI: `poetry publish --build`.
7. Update
1. Merge all changes to the master branch and switch to it.
2. Update version: `poetry version minor`.
3. Update [CHANGELOG.md](./CHANGELOG.md).
4. Update [README.md](./README.md) (if needed).
5. Commit changes made above.
6. Git tag: `git tag vX.X.X && git push --tags`.
7. Publish release to PyPI: `poetry publish --build`.
8. Update
[release notes](https://github.com/datadvance/DjangoChannelsGraphqlWs/releases)
on GitHub.

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.8.0"
version = "0.9.0"
description = """Django Channels based WebSocket GraphQL server with \
Graphene-like subscriptions"""
authors = ["Alexander A. Prokhorov <[email protected]>"]
Expand Down

0 comments on commit 5fa540d

Please sign in to comment.