Skip to content

Commit 21d55d7

Browse files
committed
Django 2.0 was released
1 parent 86e8460 commit 21d55d7

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ export your GTFS feeds in the original version, update multigtfs and your code,
3636
and re-import.
3737

3838
multigtfs works with Django 1.8 (the long-term support, or LTS, release)
39-
through 1.11 (the next LTS release), and 2.0 (in alpha). Support will follow
40-
the Django supported releases, as well as the Python versions supported by
41-
those releases.
39+
through 1.11 (the next LTS release), and 2.0. Support will follow the Django
40+
supported releases, as well as the Python versions supported by those releases.
4241

4342
All valid GTFS feeds are supported for import and export. This includes
4443
feeds with extra columns not yet included in the GTFS spec, and feeds that

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deps=
1717
django19: Django>=1.9,<1.10
1818
django110: Django>=1.10,<1.11
1919
django111: Django>=1.11,<2.0
20-
django20: Django>=2.0a1,<2.1
20+
django20: Django>=2.0,<2.1
2121
django-master: https://github.com/django/django/archive/master.tar.gz
2222
postgis: psycopg2
2323
nose

0 commit comments

Comments
 (0)