From fa0267eec4e474a21a312a6f88b226c8bdb96377 Mon Sep 17 00:00:00 2001 From: hkouki Date: Mon, 4 Sep 2017 14:18:05 +0200 Subject: [PATCH] create new 3.11.15 version Change-Id: Iaef0bba56f462986ab0ba256a6b7a5c2a75bcd05 --- cmake/qibuild/version.cmake | 4 ++-- doc/source/changelog.rst | 1 + doc/source/changes/3.11.15.rst | 9 +++++++++ doc/source/conf.in.py | 4 ++-- setup.py | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 doc/source/changes/3.11.15.rst diff --git a/cmake/qibuild/version.cmake b/cmake/qibuild/version.cmake index e1f11c8a3..8ab0667c3 100644 --- a/cmake/qibuild/version.cmake +++ b/cmake/qibuild/version.cmake @@ -1,4 +1,4 @@ -## Copyright (c) 2012-2015 Aldebaran Robotics. All rights reserved. +## Copyright (c) 2012-2017 Aldebaran Robotics. All rights reserved. ## Use of this source code is governed by a BSD-style license that can be ## found in the COPYING file. -set(QIBUILD_VERSION "3.11.14" CACHE STRING "qibuild version" FORCE) +set(QIBUILD_VERSION "3.11.15" CACHE STRING "qibuild version" FORCE) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 47ae2bf7e..3e2cad822 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -6,6 +6,7 @@ Changelog .. toctree:: :maxdepth: 1 + changes/3.11.15 changes/3.11.14 changes/3.11.12 changes/3.11.9 diff --git a/doc/source/changes/3.11.15.rst b/doc/source/changes/3.11.15.rst new file mode 100644 index 000000000..f48cbd433 --- /dev/null +++ b/doc/source/changes/3.11.15.rst @@ -0,0 +1,9 @@ +v3.11.14 +======== + +qibuild deploy +----------- + +* update third party sub-packages behavior to not deploy them +* Do not build dependencies tagged as testtime when QI_WITH_TESTS is set to OFF +* Add a dict to access CMake vars in build_config diff --git a/doc/source/conf.in.py b/doc/source/conf.in.py index 6459abba4..6a42cb638 100644 --- a/doc/source/conf.in.py +++ b/doc/source/conf.in.py @@ -1,9 +1,9 @@ -## Copyright (c) 2012-2015 Aldebaran Robotics. All rights reserved. +## Copyright (c) 2012-2017 Aldebaran Robotics. All rights reserved. ## Use of this source code is governed by a BSD-style license that can be ## found in the COPYING file. project = u'qiBuild' -version = '3.11.14' +version = '3.11.15' release = version sys.path.insert(0, os.path.abspath('../tools')) # for autodoc diff --git a/setup.py b/setup.py index 8d9c1dc3a..afd8d0911 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_qibuild_cmake_files(): data_files = get_qibuild_cmake_files() setup(name="qibuild", - version="3.11.14", + version="3.11.15", description="The meta build framework", url="http://doc.aldebaran.com/qibuild", author="Aldebaran Robotics",