Skip to content

Commit 8d2dda9

Browse files
committed
Update version
1 parent 1335dff commit 8d2dda9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docker/docker_setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='seleniumbase',
11-
version='1.1.7',
11+
version='1.1.14',
1212
author='Michael Mintz',
1313
author_email='@mintzworld',
1414
maintainer='Michael Mintz',
@@ -30,8 +30,8 @@
3030
'screen_shots = seleniumbase.plugins.screen_shots:ScreenShots',
3131
'test_info = seleniumbase.plugins.basic_test_info:BasicTestInfo',
3232
's3_logging = seleniumbase.plugins.s3_logging_plugin:S3Logging',
33-
'hipchat_reporting = seleniumbase.plugins'
34-
'.hipchat_reporting_plugin:HipchatReporting',
33+
('hipchat_reporting = seleniumbase.plugins'
34+
'.hipchat_reporting_plugin:HipchatReporting'),
3535
]
3636
}
3737
)

setup.py

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

77
setup(
88
name='seleniumbase',
9-
version='1.1.13',
9+
version='1.1.14',
1010
url='https://github.com/mdmintz/SeleniumBase',
1111
author='Michael Mintz',
1212
author_email='@mintzworld',

0 commit comments

Comments
 (0)