From f8e327213b47977af09267f66bf57100cdbb47b6 Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Mon, 18 Jan 2021 13:39:30 +0200 Subject: Bump version number to 6.1.0 Change-Id: I2ab0003172256ee83ea089691210a74c0a70ce59 Reviewed-by: Eirik Aavitsland Reviewed-by: Iikka Eklund --- conanfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conanfile.py b/conanfile.py index f1c8cf6..5b6ddd8 100644 --- a/conanfile.py +++ b/conanfile.py @@ -1,6 +1,6 @@ ############################################################################# ## -## Copyright (C) 2020 The Qt Company Ltd. +## Copyright (C) 2021 The Qt Company Ltd. ## Contact: https://www.qt.io/licensing/ ## ## This file is part of the release tools of the Qt Toolkit. @@ -36,7 +36,7 @@ class QtConanError(Exception): class QtImageFormats(ConanFile): name = "qtimageformats" - version = "6.0.0" + version = "6.1.0" license = "LGPL-3.0+, GPL-2.0+, Commercial Qt License Agreement" author = "The Qt Company " url = "https://code.qt.io/cgit/qt/qtimageformats.git" -- cgit v1.2.3