Skip to content

Commit 2ef1b14

Browse files
committed
version bump to 0.10.1
1 parent d97eb4b commit 2ef1b14

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

fireanalyticstoolbox/metadata.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ repository=https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plug
2424
hasProcessingProvider=yes
2525
# Uncomment the following line and add your changelog:
2626
changelog=
27+
v0.10.1: Cell2FireW v0.5.2: renamed the confusing input py.asc to probabilityMap.asc + windows parallel runs fix
2728
v0.10.0: Portugal fuel model using Cell2FireW v0.5.0
2829
v0.9.0: spanish traslation. C2F-W v0.4.1
2930
v0.8.1: Cell2FireW update to v0.4.0. Instance downloader and other minor fixes.

publishing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bump to beta, tag to release a beta, test in windows, remove beta, merge pull, t
3030
metadata.txt
3131

3232
changelog
33-
v0.10.0: Portugal fuel model using Cell2FireW v0.5.0
33+
v0.10.1: Cell2FireW v0.5.2: renamed the confusing input py.asc to probabilityMap.asc + windows parallel runs fix
3434

3535
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.10) will appear
3636

@@ -40,12 +40,12 @@ dependencies_handler.txt
4040
enabled = True
4141

4242
plugins.xml
43-
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="0.10.0" plugin_id="1029384756">
43+
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="0.10.1" plugin_id="1029384756">
4444

4545
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.10) will appear]]></about>
4646

47-
<version>0.10.0</version>
47+
<version>0.10.1</version>
4848

4949
<update_date>2024-07-07T12:00:00.066666+06:00</update_date>
5050

51-
<download_url>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases/download/v0.10.0/fireanalyticstoolbox_v0.10.0.zip</download_url>
51+
<download_url>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases/download/v0.10.1/fireanalyticstoolbox_v0.10.1.zip</download_url>

qgis-plugin-server/plugins.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugins ml-update="aware" ml-stage="preload" ml-view="top">
3-
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="0.10.0" plugin_id="1029384756">
3+
<pyqgis_plugin name="Fire Analytics Processing-Toolbox" version="0.10.1" plugin_id="1029384756">
44
<description><![CDATA[Wild & Forest fires simulation, prevention and insights related algorithms. Including a fire simulator, user valued risk metrics and prescriptive analytics via mathematical programming optimization to generate management recommendations]]></description>
55
<about><![CDATA[This Processing-ToolBox-Plugin gathers and implements multiple algorithms needed by landscape planners, fire risk managers, biologists, geographers, and so on; Looking for optimized decision support and insights into large forest fires in a friendly dialog or graphical-model data-oriented pipelined way (also CLI and scripting). Based around Cell2FireW simulator. Developed by the Fire Adv.Analytics research group, under GNU GPLv3 license. Contact Us fire2a.com
66
DOCUMENTATION: github.com/fire2a/docs
77
ALL VERSIONS: github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases
88
SAVE BEFORE INSTALL/UPDATE: A dialog asking permission to (pip) install python dependencies (fire2a-lib==0.3.10) will appear]]></about>
9-
<version>0.10.0</version>
9+
<version>0.10.1</version>
1010
<trusted>True</trusted>
1111
<qgis_minimum_version>3.22</qgis_minimum_version>
1212
<qgis_maximum_version>4.0.0</qgis_maximum_version>
1313
<homepage><![CDATA[https://fire2a.github.io/docs]]></homepage>
1414
<file_name>fireanalyticstoolbox</file_name>
1515
<icon>https://raw.githubusercontent.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/main/fireanalyticstoolbox/assets/forestfire.svg</icon>
1616
<author_name>fdobad</author_name>
17-
<download_url>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases/download/v0.10.0/fireanalyticstoolbox_v0.10.0.zip</download_url>
17+
<download_url>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/releases/download/v0.10.1/fireanalyticstoolbox_v0.10.1.zip</download_url>
1818
<uploaded_by>fdobad</uploaded_by>
1919
<create_date>2006-06-06T06:06:06.066666+06:00</create_date>
20-
<update_date>2025-07-07T12:00:00.000000-03:00</update_date>
20+
<update_date>2025-07-28T16:00:00.000000-03:00</update_date>
2121
<experimental>False</experimental>
2222
<deprecated>False</deprecated>
2323
<tracker>https://github.com/fire2a/fire-analytics-qgis-processing-toolbox-plugin/issues</tracker>

0 commit comments

Comments
 (0)