Skip to content

Commit 16df591

Browse files
committed
Removed testing Python 3.14 due to a bug in pluggy
1 parent ed7c0d3 commit 16df591

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 1.2.0 - 12th May 2025
1+
# 1.2`0 - 12th May 2025
2+
- 1.2.0 was built using an older version so the package had the wrong name, it's been yanked, so use 1.2.1 instead
3+
4+
# 1.2.0 - 12th May 2025 - yanked
25
- Dropped support for Django 5.0
36
- This package should still work with those combinations but they are no longer being tested
47

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skip = [
99

1010
[project]
1111
name = "django-aws-api-gateway-websockets"
12-
version = "1.2.0"
12+
version = "1.2.1"
1313
authors = [
1414
{ name="Steven Mapes", email="steve@stevenmapes.com" },
1515
]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-aws-api-gateway-websockets
3-
version = 1.2.0
3+
version = 1.2.1
44
description = Created to allow Django projects to be used as a HTTP backend for AWS API Gateway websockets
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)