Skip to content

Commit

Permalink
Release of 3.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Oct 11, 2023
1 parent 9eb9309 commit f31da30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ with some extra keywords : backend, tests, test, translation, funders, important

## Unreleased

## 3.5.16 - 2023-10-11

### Fixed

* Fix cascade layer's filter to use the parent WMS name instead of the layer name

## 3.5.15 - 2023-10-03

### Fixed
Expand Down
7 changes: 6 additions & 1 deletion dev/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,9 @@ for file in lizmap/modules/**/module.xml
do
sed -i "s@<version date=\"[0-9-]\+\">[a-z.0-9-]\+</version>@<version date=\"$1\">$2</version>@g" "$file"
echo "$file"
done
done

git add README.md
git add lizmap/project.xml
git add lizmap/modules/*/module.xml
git commit -m "Bump to version $2"

0 comments on commit f31da30

Please sign in to comment.