Skip to content

Commit 49051c9

Browse files
authored
Release Toolium 3.0.0 (#339)
* Release Toolium 3.0.0 * update doc
1 parent 8c65f6b commit 49051c9

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Toolium Changelog
44
v3.0.0
55
------
66

7-
*Release date: In development*
7+
*Release date: 2023-05-03*
88

99
- Add support for Python 3.11
1010
- Add support for Selenium 4

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0b1
1+
3.0.0

docs/visual_testing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ When using behave, it can also be configured in `before_all` method:
107107
.. code:: python
108108
109109
from toolium.behave.environment import before_all as toolium_before_all
110+
from toolium.config_files import ConfigFiles
110111
111112
def before_all(context):
112113
context.config_files = ConfigFiles()

0 commit comments

Comments
 (0)