We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4c96a commit 42c7361Copy full SHA for 42c7361
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "selenium-testing-library"
3
-version = "2021.6.9b1"
+version = "2021.6.15b1"
4
description = "A Python Selenium library inspired by the Testing Library"
5
readme = "README.md"
6
license = "MIT"
selenium_testing_library/__init__.py
@@ -1,3 +1,3 @@
from .screen import *
-__version__ = "2021.6.9b1"
+__version__ = "2021.6.15b1"
tests/test_selenium_testing_library.py
@@ -14,7 +14,7 @@
14
15
16
def test_version():
17
- assert __version__ == "2021.6.9b1"
+ assert __version__ == "2021.6.15b1"
18
19
20
@pytest.fixture()
0 commit comments