Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased] - XXXX-XX-XX
- [PR 9](https://github.com/salesforce/django-request-queue-timeout/pull/9) Update GitHub action versions
- [PR 10](https://github.com/salesforce/django-request-queue-timeout/pull/10) Fix Makefile install target

## [1.0.3] - 2024-02-06
- [PR 6](https://github.com/salesforce/django-request-queue-timeout/pull/6) chore: upgrade django 4.2 LTS (@W-14178534)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FORMATCHECK_CMD = ${FORMAT_CMD} --check


install:
pip install --upgrade pip install .[dev]
pip install --upgrade pip .[dev]
.PHONY: install

format:
Expand Down
Loading