Skip to content

Commit

Permalink
Don't add Django 2.1 to the test matrix just yet
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Feb 23, 2019
1 parent 5441bf4 commit dd4cd2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- DJANGO_SETTINGS_MODULE=sample_project.settings
matrix:
- DJANGO_VERSION=1.11
- DJANGO_VERSION=2.1
- DJANGO_VERSION=2.0
install:
- pip install flake8
- pip install -q Django==$DJANGO_VERSION
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
== Change Log ==

=== Version 0.13.0 ===
* NEW #263: Added support for Django 2.0, drop support for Django 1.8


=== Version 0.12.0, November 11, 2017 ===
* NEW #230: Added support for Django 1.11
* NEW #226: Added previous and next commit navigation to the changes view
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django>=1.11,<2.2
Django>=1.11,<2.1
isodate>=0.4.7,<0.6
matplotlib>=1.4.3,<2.0

0 comments on commit dd4cd2a

Please sign in to comment.