Skip to content

Commit

Permalink
Bump version to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chewthemonkey committed Sep 13, 2022
1 parent 8832a3b commit df06cc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project attempts to adhere to `Semantic Versioning <https://semver.org/
Unreleased
------------

2.1.5
------
* Fix SpatialReference.GetEPSGCode failling to recognise QGIS style PROJCS name.

2.1.4
------
* Fixing GDAL 3 backwards incompatible change which switches axis in coordinate transformation - see: https://github.com/OSGeo/gdal/issues/1546
Expand Down
2 changes: 1 addition & 1 deletion gdal2mbtiles/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
from __future__ import (absolute_import, division, print_function,
unicode_literals)

__version__ = '2.1.4'
__version__ = '2.1.5'

0 comments on commit df06cc5

Please sign in to comment.