diff options
author | Jani Heikkinen <jani.heikkinen@qt.io> | 2021-06-17 15:40:23 +0300 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2021-06-17 15:40:23 +0300 |
commit | 7d4bdf0d5ef8eb911c49bc6fb67a898e5578169e (patch) | |
tree | 739f417b854c269dace70808df64361db5beb8e2 | |
parent | 15aa5f125c896f2b66a42f828613cc913841781b (diff) |
Bump version
Change-Id: I420afd593703b336f3acd4b75580ff24635ce167
-rw-r--r-- | conanfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conanfile.py b/conanfile.py index f82d7855..c390fe4d 100644 --- a/conanfile.py +++ b/conanfile.py @@ -36,7 +36,7 @@ class QtConanError(Exception): class QtScxml(ConanFile): name = "qtserialport" - version = "6.1.2" + version = "6.2.0" 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" |