Skip to content

Commit 5895214

Browse files
committed
Version 1.4.15
1 parent 6a206d9 commit 5895214

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

server_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='seleniumbase',
11-
version='1.4.14',
11+
version='1.4.15',
1212
description='Web Automation & Testing Framework - http://seleniumbase.com',
1313
long_description='Web Automation and Testing Framework - seleniumbase.com',
1414
platforms='Mac * Windows * Linux * Docker',

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
"""
22
The setup package to install SeleniumBase dependencies and plugins
3-
(Uses the newer Selenium 3.6.0)
3+
(Uses the newer Selenium 3.8.0)
44
"""
55

66
import os
77
from setuptools import setup, find_packages # noqa
88

99
setup(
1010
name='seleniumbase',
11-
version='1.4.14',
11+
version='1.4.15',
1212
description='Web Automation & Testing Framework - http://seleniumbase.com',
1313
long_description='Web Automation and Testing Framework - seleniumbase.com',
1414
platforms='Mac * Windows * Linux * Docker',

0 commit comments

Comments
 (0)