Skip to content

Commit

Permalink
chore: release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetsu14 committed Jul 11, 2023
1 parent 3ac3144 commit cc3f50e
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
## [2.0.0] - 2023-07-11

- Refactor!: replace hierachical representation of quality errors with a flat quality error list

Expand Down Expand Up @@ -76,3 +76,4 @@
[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.0.0]: https://github.com/nlsfi/quality-result-gui/releases/tag/v2.0.0
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.6.post0"
__version__ = "2.0.0"


from enum import Enum, auto
Expand Down

0 comments on commit cc3f50e

Please sign in to comment.