Skip to content

Commit cc09f60

Browse files
authored
Merge pull request #317 from zivid/bump-to-sdk-2.14.2
Bump to Zivid SDK 2.14.2
2 parents 4c79eff + 056c22e commit cc09f60

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Zivid Python is the official Python package for Zivid 3D cameras. Read more abou
1616
### Dependencies
1717

1818
* [Python](https://www.python.org/) version 3.7 or higher
19-
* [Zivid SDK][zivid-download-software-url] version 2.14.1 (see [here][zivid-software-installation-url] for help)
19+
* [Zivid SDK][zivid-download-software-url] version 2.14.2 (see [here][zivid-software-installation-url] for help)
2020
* [Compiler](doc/CompilerInstallation.md) with C++17 support
2121

2222
*Ubuntu users must install Python headers (`apt install python3-dev`) in addition to the regular `python3` package.*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.1.2.14.1
1+
2.14.2.2.14.2

continuous-integration/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ZIVID_SDK_EXACT_VERSION": "2.14.1+b4e8f261-1"
2+
"ZIVID_SDK_EXACT_VERSION": "2.14.2+1a322f18-1"
33
}

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
# To be replaced by: from setuptools_scm import get_version
1212
def get_version():
13-
return "2.14.1"
13+
return "2.14.2"
1414

1515

1616
def _zivid_sdk_version():
17-
return "2.14.1"
17+
return "2.14.2"
1818

1919

2020
def _zivid_python_version():

0 commit comments

Comments
 (0)