File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ unreleased ] - XXXX-XX-XX
7+ ## [ 1.0.4 ] - 2025-12-10
88- [ PR 9] ( https://github.com/salesforce/django-request-queue-timeout/pull/9 ) Update GitHub action versions
99- [ PR 10] ( https://github.com/salesforce/django-request-queue-timeout/pull/10 ) Fix Makefile install target
10+ - [ PR 13] ( https://github.com/salesforce/django-request-queue-timeout/pull/13 ) Add Django 5.x support
1011
1112## [ 1.0.3] - 2024-02-06
1213- [ PR 6] ( https://github.com/salesforce/django-request-queue-timeout/pull/6 ) chore: upgrade django 4.2 LTS (@W-14178534 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " django-request-queue-timeout"
7- version = " 1.0.3 "
7+ version = " 1.0.4 "
88description = " Django middleware class to quickly dispatch any requests that wait too long in a queue before being processed"
99license = {file = " LICENSE.txt" }
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments