We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d89c4b commit 8c442bfCopy full SHA for 8c442bf
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-1.1.2 (unreleased)
+1.1.2 (2018-08-26)
5
------------------
6
* Add support for Django 2.0 and 2.1
7
* Handle latitude and longitudes with initial `+` sign.
multigtfs/__init__.py
@@ -14,4 +14,4 @@
14
# limitations under the License.
15
from __future__ import unicode_literals
16
17
-__version__ = str('1.1.1')
+__version__ = str('1.1.2')
0 commit comments