Skip to content

Commit 21b255d

Browse files
authored
Merge pull request #3 from salesforce/release/v1.0.1
release: v1.0.1
2 parents 885d4ed + 317f126 commit 21b255d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
# [Unreleased]
7+
## [1.0.1] - 2024-02-05
88
- [PR 1](https://github.com/salesforce/django-request-queue-timeout/pull/1) Set up Dependabot, PR checks, and a CHANGELOG
99

1010
## [1.0.0] - 2023-11-15

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.0"
7+
version = "1.0.1"
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)