Skip to content

Commit eecc560

Browse files
authored
Release Toolium 2.0.0 (#232)
1 parent 471c388 commit eecc560

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Toolium Changelog
44
v2.0.0
55
------
66

7-
*Release date: In development*
7+
*Release date: 2021-06-15*
88

99
- Remove Python 2.7, 3.3 and 3.4 support
1010
- Update deprecated methods to fix warnings in python3 execution
1111
- Move *get_valid_filename* and *makedirs_safe* methods from *toolium.path_utils* to *toolium.utils.path_utils*
1212
- Move *Utils* class from *toolium.utils* to *toolium.utils.driver_utils*
1313
- Fix report when an error happens in the Dynamic Environment
14-
- New param [TIMESTAMP] to generate timestamp value of the actual moment
14+
- New param [TIMESTAMP] in *replace_param* method to generate timestamp value of the actual moment
1515

1616
v1.9.2
1717
------

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0.dev0
1+
2.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_long_description():
5858
keywords='selenium appium webdriver web_automation mobile_automation page_object visual_testing bdd lettuce behave'
5959
' pytest',
6060
classifiers=[
61-
'Development Status :: 4 - Beta',
61+
'Development Status :: 5 - Production/Stable',
6262
'Intended Audience :: Developers',
6363
'Intended Audience :: Other Audience',
6464
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)