diff --git a/CHANGELOG.md b/CHANGELOG.md index fe570c9..d58acd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +- # 1.0.22 - *NOT RELEASED YET* +- Updated github actions to collect and display coverage reports +- Updated tox to include tests for Python 3.13 with Django 4.2, 5.0 and 5.1 +- Updated main.yml to use [UV](https://github.com/astral-sh/uv) for faster testing + - # 1.0.21 - 4th August 2024 - Includes the PR for .github/workflows/main.yml as well as updating to show support for Django 5.1 diff --git a/pyproject.toml b/pyproject.toml index 744ed3c..b12e3d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip = [ [project] name = "django-aws-api-gateway-websockets" -version = "1.0.21" +version = "1.0.22" authors = [ { name="Steven Mapes", email="steve@stevenmapes.com" }, ] diff --git a/setup.cfg b/setup.cfg index 3cf01a9..5f6b28d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-aws-api-gateway-websockets -version = 1.0.21 +version = 1.0.22 description = Created to allow Django projects to be used as a HTTP backend for AWS API Gateway websockets long_description = file: README.md long_description_content_type = text/markdown