Skip to content

Commit c533fba

Browse files
committed
Release version 3.0.3
1 parent 1d2f7d2 commit c533fba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
77

88
## [Unreleased][]
99

10+
## [Release][3.0.3] [3.0.3][3.0.2-3.0.3] - 2024-04-07
11+
1012
### Bugfix
1113

1214
- [#174](https://github.com/GDATASoftwareAG/robotframework-flaui/issues/174) Improve grid wrong row count
@@ -610,7 +612,11 @@ General bugfixing from keywords and improvements from artifact building and test
610612

611613
[github.io]: https://gdatasoftwareag.github.io/robotframework-flaui
612614

613-
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.0.2...main
615+
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.0.3...main
616+
617+
[3.0.3]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.0.3
618+
619+
[3.0.2-3.0.3]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.0.2...3.0.3
614620

615621
[3.0.2]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.0.2
616622

src/FlaUILibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.0.2"
1+
VERSION = "3.0.3"

0 commit comments

Comments
 (0)