Skip to content

Commit

Permalink
chore: release version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vaahtokarkki committed May 23, 2023
1 parent e4515ba commit 41a5bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## [1.1.6] - 2023-05-23

- Feat: Add functionality to display quality error feature type and attribute names from layer aliases.

Expand Down Expand Up @@ -71,3 +71,4 @@
[1.1.3]: https://github.com/nlsfi/quality-result-gui/releases/tag/v1.1.3
[1.1.4]: https://github.com/nlsfi/quality-result-gui/releases/tag/v1.1.4
[1.1.5]: https://github.com/nlsfi/quality-result-gui/releases/tag/v1.1.5
[1.1.6]: https://github.com/nlsfi/quality-result-gui/releases/tag/v1.1.6
2 changes: 1 addition & 1 deletion src/quality_result_gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with quality-result-gui. If not, see <https://www.gnu.org/licenses/>.


__version__ = "1.1.5.post0"
__version__ = "1.1.6"


from enum import Enum, auto
Expand Down

0 comments on commit 41a5bad

Please sign in to comment.