Skip to content

Commit

Permalink
5.0.6 (#5120)
Browse files Browse the repository at this point in the history
* Bug fixes (#5119)

* Fix deprecated call to collections.Callable

* Bugfix for collections.Callable api break in python 3.10. Release as Inasafe 5.0.5

* Fix merge conflicts

* bump version

* Fix merge issues

* bash path for release script

* resolve merge conflict

* resolve merge conflict
  • Loading branch information
timlinux committed Oct 28, 2023
1 parent e96e916 commit fc06390
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description=InaSAFE is free software that allows disaster managers to study real
about=Developed for the Indonesian Government - BNPB, Australian Government - AIFDR and DMInnovation and, and World Bank - GFDRR

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

Expand All @@ -24,7 +24,8 @@ status=final

# Optional items:

changelog=
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:
Expand Down
2 changes: 1 addition & 1 deletion safe/definitions/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__revision__ = '$Format:%H$'

# InaSAFE version (please synchronize with metadata.txt or travis will fail !)
inasafe_version = '5.0.5'
inasafe_version = '5.0.6'
# alpha, beta, rc or final (Travis will fail)
inasafe_release_status = 'final'

Expand Down
1 change: 0 additions & 1 deletion safe/report/processors/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def jinja2_renderer(impact_report, component):
os.path.abspath(main_template_folder))
extensions = [
'jinja2.ext.i18n',
'jinja2.ext.with_',
'jinja2.ext.loopcontrols',
'jinja2.ext.do',
]
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
echo "Export the plugin to a zip with no .git folder"
echo "And build a windows installer"

Expand Down

0 comments on commit fc06390

Please sign in to comment.