summaryrefslogtreecommitdiff
path: root/conanfile.py
diff options
context:
space:
mode:
authorJani Heikkinen <jani.heikkinen@qt.io>2021-06-10 09:33:34 +0300
committerJani Heikkinen <jani.heikkinen@qt.io>2021-06-10 09:33:34 +0300
commit7f1f85a0f1e3a74d092dbe8fe87d0ef4291c985b (patch)
treea15d8bea04f084a859cfe4e5b1d67caa801b0e45 /conanfile.py
parent218d1bf472210f326b0ab4d6e84cfdd36939fde9 (diff)
downloadqtserialport-7f1f85a0f1e3a74d092dbe8fe87d0ef4291c985b.tar.gz
Bump version
Change-Id: Ib9e47e2201ab6edb34d373ad196e61c784eb8e9a
Diffstat (limited to 'conanfile.py')
-rw-r--r--conanfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py
index ea004be..f82d785 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -36,7 +36,7 @@ class QtConanError(Exception):
class QtScxml(ConanFile):
name = "qtserialport"
- version = "6.1.0"
+ version = "6.1.2"
license = "LGPL-3.0+, GPL-2.0+, Commercial Qt License Agreement"
author = "The Qt Company <https://www.qt.io/contact-us>"
url = "https://code.qt.io/cgit/qt/qtserialport.git"