Skip to content

Commit

Permalink
1.0.7 - Updating the readme to show the Python 3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMapes committed Dec 9, 2022
1 parent 1a47576 commit 87f1cf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# 1.0.7 - Unreleased
- Added in test for Python 3.11
# 1.0.7 - 9th December 2022
- Added in tests for Python 3.11
- Removed use of CodeCov and moved to use GitHUb actions to store and report on the coverage.
- Actions fail if coverage drops below 85%, this threshold will be increased in the future as I add in additional tests
- Updated requirements and removed legacy tox files
- Updated version of gitHub Actions
- Added link to the PyPi site from the readme

# 1.0.6 - 9th December 2022
- Updating the listing pages to include whether the additional route has been deployed or not
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ skip = [

[project]
name = "django-aws-api-gateway-websockets"
version = "1.0.6"
version = "1.0.7"
authors = [
{ name="Steven Mapes", email="steve@stevenmapes.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-aws-api-gateway-websockets
version = 1.0.6
version = 1.0.7
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
Expand Down

0 comments on commit 87f1cf4

Please sign in to comment.