Skip to content

Commit

Permalink
update travis to reflect more stable version of django 4.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonpaul committed Sep 2, 2022
1 parent b2826a6 commit 85bfa3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
- DJANGO_VERSION=2.1.15
- DJANGO_VERSION=2.2.12
- DJANGO_VERSION=3.2.15
- DJANGO_VERSION=4.1
- DJANGO_VERSION=4.0.7
# https://docs.djangoproject.com/en/stable/faq/install/#what-python-version-can-i-use-with-django
matrix:
exclude:
Expand All @@ -19,11 +19,11 @@ matrix:
python: 3.9
- env: DJANGO_VERSION=3.2.15
python: 3.5
- env: DJANGO_VERSION=4.1
- env: DJANGO_VERSION=4.0
python: 3.5
- env: DJANGO_VERSION=4.1
- env: DJANGO_VERSION=4.0.7
python: 3.6
- env: DJANGO_VERSION=4.1
- env: DJANGO_VERSION=4.0.7
python: 3.7
addons:
apt_packages:
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

## 5.0.0 (02.09.2022)
### Added
- Support of Django 4.1
- Support of Django 4.0

### Removed
- Support of Django 1.11.x
- Support of Django 1.11

## 4.0.0 (23.05.2020)
### Added
Expand Down

0 comments on commit 85bfa3b

Please sign in to comment.