From 8c442bfb67e87566c24a7364d8fa0aacd4a0a652 Mon Sep 17 00:00:00 2001 From: John Whitlock Date: Sun, 26 Aug 2018 18:03:26 -0500 Subject: [PATCH] Release 1.1.2 --- CHANGELOG.rst | 2 +- multigtfs/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f56079e..bd8ae77 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -1.1.2 (unreleased) +1.1.2 (2018-08-26) ------------------ * Add support for Django 2.0 and 2.1 * Handle latitude and longitudes with initial `+` sign. diff --git a/multigtfs/__init__.py b/multigtfs/__init__.py index 27d92d6..28f1fb1 100644 --- a/multigtfs/__init__.py +++ b/multigtfs/__init__.py @@ -14,4 +14,4 @@ # limitations under the License. from __future__ import unicode_literals -__version__ = str('1.1.1') +__version__ = str('1.1.2')