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 11[tool .poetry ]
22name = " selenium-testing-library"
3- version = " 2024.1 "
3+ version = " 2024.2 "
44description = " A Python Selenium library inspired by the Testing Library"
55readme = " README.md"
66license = " MIT"
@@ -44,7 +44,7 @@ requires = ["poetry-core>=1.0.0"]
4444build-backend = " poetry.core.masonry.api"
4545
4646[tool .bumpver ]
47- current_version = " 2024.1 "
47+ current_version = " 2024.2 "
4848version_pattern = " YYYY.INC1"
4949commit_message = " Bump version from {old_version} to {new_version} 🚀"
5050commit = true
Original file line number Diff line number Diff line change 11from .screen import * # noqa: F403
22
3- __version__ = "2024.1 "
3+ __version__ = "2024.2 "
Original file line number Diff line number Diff line change 1414
1515
1616def test_version ():
17- assert __version__ == "2024.1 "
17+ assert __version__ == "2024.2 "
1818
1919
2020@pytest .fixture ()
You can’t perform that action at this time.
0 commit comments