Skip to content

Commit b271687

Browse files
committed
Bump version for release
1 parent 05922ae commit b271687

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browserstack/local_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def fetch_source_url(self):
4545
headers = {
4646
"Content-Type": "application/json",
4747
"Accept": "application/json",
48-
'User-Agent': '/'.join(('browserstack-local-python', LocalBinary._version))
48+
"User-Agent": '/'.join(('browserstack-local-python', LocalBinary._version))
4949
}
5050
data = {"auth_token": self.key}
5151

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name = 'browserstack-local',
77
packages = ['browserstack'],
8-
version = '1.2.11',
8+
version = '1.2.12',
99
description = 'Python bindings for Browserstack Local',
1010
long_description=open('README.md').read(),
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)