File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'seleniumbase' ,
11
- version = '1.4.14 ' ,
11
+ version = '1.4.15 ' ,
12
12
description = 'Web Automation & Testing Framework - http://seleniumbase.com' ,
13
13
long_description = 'Web Automation and Testing Framework - seleniumbase.com' ,
14
14
platforms = 'Mac * Windows * Linux * Docker' ,
Original file line number Diff line number Diff line change 1
1
"""
2
2
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)
4
4
"""
5
5
6
6
import os
7
7
from setuptools import setup , find_packages # noqa
8
8
9
9
setup (
10
10
name = 'seleniumbase' ,
11
- version = '1.4.14 ' ,
11
+ version = '1.4.15 ' ,
12
12
description = 'Web Automation & Testing Framework - http://seleniumbase.com' ,
13
13
long_description = 'Web Automation and Testing Framework - seleniumbase.com' ,
14
14
platforms = 'Mac * Windows * Linux * Docker' ,
You can’t perform that action at this time.
0 commit comments