Skip to content

Commit d1e607c

Browse files
author
semantic-release
committed
1.0.2
Automatically generated by python-semantic-release
1 parent e54de15 commit d1e607c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# CHANGELOG
22

33

4+
## v1.0.2 (2025-03-01)
5+
6+
### Bug Fixes
7+
8+
- Docs fix
9+
([`e54de15`](https://github.com/MarketSquare/robotframework-seleniumlibrary-translation/commit/e54de155aae301931b0716deaf2b68e5702c7172))
10+
11+
Done only to try out new releaee flow
12+
13+
414
## v1.0.1 (2025-03-01)
515

616
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "robotframework-seleniumlibrary-translation"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
authors = [
99
{ name="Tatu Aalto", email="[email protected]" },
1010
]

robotframework_seleniumlibrary_translation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from pathlib import Path
1515
from typing import TypedDict
1616

17-
__version__ = "1.0.1"
17+
__version__ = "1.0.2"
1818

1919

2020
class Language(TypedDict):

0 commit comments

Comments
 (0)