Skip to content

Commit a4ab1f8

Browse files
authored
Merge pull request #7 from salesforce/release/v1.0.3
release: v1.0.3 (@W-14178534)
2 parents 934145a + 771d4d6 commit a4ab1f8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.3] - 2024-02-06
8+
- [PR 6](https://github.com/salesforce/django-request-queue-timeout/pull/6) chore: upgrade django 4.2 LTS (@W-14178534)
9+
710
## [1.0.2] - 2024-02-05
811
- [PR 4](https://github.com/salesforce/django-request-queue-timeout/pull/4) Update publish-release.yml
912

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-request-queue-timeout"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "Django middleware class to quickly dispatch any requests that wait too long in a queue before being processed"
99
license = {file = "LICENSE.txt"}
1010
readme = "README.md"

0 commit comments

Comments
 (0)