Skip to content

Commit

Permalink
prep v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienPeillet committed Mar 14, 2024
1 parent bb940f4 commit 8d30b03
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

-----
## [v1.4.0] - 2024-03-14

### Add

- Add duplicate action on followers table

### Modified

- Effort table : Fixes right/center observer information during export
- Follower table: change dialog size

-----
## [v1.4.0] - 2023-12-08

Expand Down Expand Up @@ -228,6 +240,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0



[v1.4.1]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.4.1
[v1.4.0]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.4.0
[v1.3.2]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.3.2
[v1.3.1]: https://github.com/hytechimaging/sammo-boat/releases/tag/v1.3.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := "1.4.0"
VERSION := "1.4.1"
TMPDIR := "/tmp/sammo-boat-$(VERSION)"

venv:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Hytech-Imaging"

# The full version, including alpha/beta/rc tags
release = "1.4.0"
release = "1.4.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name=Sammo-Boat
description=Tool for megafauna observations from halieutic boats
about=Tool for megafauna observations
version=1.4.0
version=1.4.1
qgisMinimumVersion=3.28
author=Paul Blottière
[email protected]
Expand Down

0 comments on commit 8d30b03

Please sign in to comment.