# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=InaSAFE
qgisMinimumVersion=3.2
description=InaSAFE is free software that allows disaster managers to study realistic natural hazard impact scenarios for better planning, preparedness and response activities.
about=Developed for the Indonesian Government - BNPB, Australian Government - AIFDR and DMInnovation and, and World Bank - GFDRR
license=GPLv2

# If you change VERSION and STATUS here, please also change in safe/definitions/versions.py, Travis will FAIL !
version=5.0.7
# alpha, beta, rc or final
status=final


# end of mandatory metadata

# Optional items:

    Version 5.0.7:
    - Bug fixes only - fix deprecated imp calls
    Version 5.0.6:
    - Bug fixes only - fix deprecated jinja calls
    Version 5.0.5:
    - Bug fixes only - fix deprecated call to collections.Callable in python 3.10.x
    Version 5.0.4:
    - Bug fixes only - fix int cast issue in dock.py
    Version 5.0.3:
    - Bug fixes only
    Version 5.0.2:
    - Fix sorting
    - Small crash fixes
    Version 5.0.1:
    - Fix contour calculation in QGIS 3.4
    - Fix inconsistent aggregation count behaviour
    - Fix hazard preparation geometries. Now automatically validate hazard geometries
    - Fix wrong clipping dtype for raster hazard
    - Fix minimum needs value reports
    Version 5.0.0:
    - QGIS3 port with Python 3 and Qt 5
    - Enable line for structure exposure
    - Add Tonga and Fiji currency and administration boundary definition
    - Possibility to simply add postprocessors only for a certain combination of hazard and exposure
    Version 4.4.0:
    - Add Geonode uploader
    - Add back Sentry configuration (need to be enabled in your settings)
    - Set precision to 6 decimal for minimum needs.
    - Add expressions for retrieving each sections of report (#4986)
    - Update to support InaSAFE run in headless mode

# tags are comma separated with spaces allowed
tags=contingency planning, impact assessments, disaster scenarios, natural hazards,risk

homepage=http://www.inasafe.org/
tracker=https://github.com/inasafe/inasafe/issues
repository=https://github.com/inasafe/inasafe
icon=safe/resources/img/icons/icon.png
# experimental flag
experimental=False

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

# Author contact information
author=Indonesian Government - BNPB, Australian Government and World Bank - GFDRR
email=info@inasafe.org
