Skip to content

Commit f5ef0f0

Browse files
author
Andreas Sekulski
committed
Release 3.6.1
1 parent 1744126 commit f5ef0f0

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased][]
99

10+
## [Release][3.6.1] [3.6.1][3.6.0-3.6.1] - 2024-12-27
11+
12+
### Added
13+
14+
- [#221](https://github.com/GDATASoftwareAG/robotframework-flaui/pull/221) Python 3.13 support
15+
1016
## [Release][3.6.0] [3.6.0][3.5.0-3.6.0] - 2024-12-04
1117

1218
### Added
@@ -703,7 +709,9 @@ General bugfixing from keywords and improvements from artifact building and test
703709
704710
[github.io]: https://gdatasoftwareag.github.io/robotframework-flaui
705711
706-
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.6.0...main
712+
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.6.1...main
713+
714+
[3.6.1]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.6.1
707715
708716
[3.6.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.6.0
709717

src/FlaUILibrary/version.py

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

0 commit comments

Comments
 (0)