Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Aug 26, 2018
1 parent 8d89c4b commit 8c442bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion multigtfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
from __future__ import unicode_literals

__version__ = str('1.1.1')
__version__ = str('1.1.2')

0 comments on commit 8c442bf

Please sign in to comment.