Skip to content

Commit 5e64319

Browse files
authored
Merge pull request #17 from Lakitna/release-1.1.0
Release 1.1.0
2 parents cd88899 + 3ca0550 commit 5e64319

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "robotframework-cache"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Robot Framework libary for caching values across tests and test runs"
55
readme = "README.md"
66
authors = [{ name = "Sander van Beek" }]

src/CacheLibrary/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.1"
1+
__version__ = "1.1.0"

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def set_version_pyproject(c: Context, version: str):
2929
def set_version_python(_: Context, version: str):
3030
print("Update version in __version__.py")
3131

32-
version_file_path = Path("./src/robotframework_cache/__version__.py")
32+
version_file_path = Path("./src/CacheLibrary/__version__.py")
3333
with version_file_path.open(mode="w") as f:
3434
f.write(f'__version__ = "{version}"\n')
3535

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)