diff --git a/HISTORY.rst b/HISTORY.rst index 99c63ed..88730cf 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= + +0.4.1 (2021-08-24) +================== +- Bump version + 0.4.0 (2021-08-24) ================== - Removed support for Django 2 diff --git a/graphql_ws/__init__.py b/graphql_ws/__init__.py index 32ced63..4364f18 100644 --- a/graphql_ws/__init__.py +++ b/graphql_ws/__init__.py @@ -4,4 +4,4 @@ __author__ = """Syrus Akbary""" __email__ = "me@syrusakbary.com" -__version__ = "0.4.0" +__version__ = "0.4.1" diff --git a/setup.cfg b/setup.cfg index 63d3a8a..b207420 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = graphql-ws -version = 0.4.0 +version = 0.4.1 description = Websocket backend for GraphQL subscriptions long_description = file: README.rst, CHANGES.rst author = Syrus Akbary @@ -63,7 +63,7 @@ test = universal = 1 [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = True