File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ unreleased] - XXXX-XX-XX
88- [ PR 9] ( https://github.com/salesforce/django-request-queue-timeout/pull/9 ) Update GitHub action versions
9+ - [ PR 10] ( https://github.com/salesforce/django-request-queue-timeout/pull/10 ) Fix Makefile install target
910
1011## [ 1.0.3] - 2024-02-06
1112- [ 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 @@ -14,7 +14,7 @@ FORMATCHECK_CMD = ${FORMAT_CMD} --check
1414
1515
1616install :
17- pip install --upgrade pip install .[dev]
17+ pip install --upgrade pip .[dev]
1818.PHONY : install
1919
2020format :
You can’t perform that action at this time.
0 commit comments