# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=QuickOSM
qgisMinimumVersion=2.0
description=QuickOSM allows you to work quickly with OSM datas in QGIS thanks to Overpass API.
version=1.3.2
author=Etienne Trimaille
email=etienne@trimaille.eu

# End of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog:
# changelog=
  Version 1.3.2
  * bug fix
  Version 1.3
  * {{geoCoords}} and {{center}} are now implemented
  * German translation
  * Fix encoding on windows
  * Fix some minor bugs

# Tags are comma separated with spaces allowed
tags=osm,openstreetmap,overpass

homepage=https://github.com/3liz/QgisQuickOSMPlugin
tracker=https://github.com/3liz/QgisQuickOSMPlugin/issues
repository=https://github.com/3liz/QgisQuickOSMPlugin
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

