File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " selenium-testing-library"
3
- version = " 2024.2 "
3
+ version = " 2024.3 "
4
4
description = " A Python Selenium library inspired by the Testing Library"
5
5
readme = " README.md"
6
6
license = " MIT"
@@ -44,7 +44,7 @@ requires = ["poetry-core>=1.0.0"]
44
44
build-backend = " poetry.core.masonry.api"
45
45
46
46
[tool .bumpver ]
47
- current_version = " 2024.2 "
47
+ current_version = " 2024.3 "
48
48
version_pattern = " YYYY.INC1"
49
49
commit_message = " Bump version from {old_version} to {new_version} 🚀"
50
50
commit = true
Original file line number Diff line number Diff line change 1
1
from .screen import * # noqa: F403
2
2
3
- __version__ = "2024.2 "
3
+ __version__ = "2024.3 "
Original file line number Diff line number Diff line change 14
14
15
15
16
16
def test_version ():
17
- assert __version__ == "2024.2 "
17
+ assert __version__ == "2024.3 "
18
18
19
19
20
20
@pytest .fixture ()
You can’t perform that action at this time.
0 commit comments