Skip to content

Commit

Permalink
Bump to version 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 30, 2020
1 parent 349bf40 commit 8569f2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions slyr_community/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description=ESRI Style and LYR to QGIS symbology converter (Community Edition)
about=Converts ESRI .style databases to corresponding QGIS symbology. For full LYR and MXD conversion support see https://north-road.com/slyr/.
category=Other
icon=icon.png
version=3.0.7
version=3.0.8
qgisMinimumVersion=3.4
author=Nyall Dawson
email=nyall.dawson@gmail.com
Expand All @@ -14,7 +14,8 @@ tracker=https://github.com/nyalldawson/slyr
repository=https://github.com/nyalldawson/slyr
experimental=False
deprecated=False
changelog=Version 3.0.7 (2020-08-20) - Fix incorrect marker sizes for non-square picture marker conversion
changelog=Version 3.0.8 (2020-08-20) - Convert symbol levels
Version 3.0.7 (2020-08-20) - Fix incorrect marker sizes for non-square picture marker conversion
Version 3.0.6 (2020-08-07) - Correctly decode UTF-8 font name encodings
Version 3.0.5 (2020-08-06) - Fix detection of mdb-export command
Version 3.0.4 (2020-08-04) - Friendlier MDB tools setup and warnings
Expand Down
2 changes: 1 addition & 1 deletion slyr_community/qgis_plugin/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ def icon(self): # pylint: disable=missing-docstring

def versionInfo(self):
# pylint: disable=missing-docstring
return '3.0.7'
return '3.0.8'

0 comments on commit 8569f2f

Please sign in to comment.