diff --git a/cmake/qibuild/version.cmake b/cmake/qibuild/version.cmake index 8ab0667c3..af2d1f719 100644 --- a/cmake/qibuild/version.cmake +++ b/cmake/qibuild/version.cmake @@ -1,4 +1,4 @@ ## 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.15" CACHE STRING "qibuild version" FORCE) +set(QIBUILD_VERSION "3.11.16" CACHE STRING "qibuild version" FORCE) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 3e2cad822..2db582b00 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -6,7 +6,7 @@ Changelog .. toctree:: :maxdepth: 1 - changes/3.11.15 + changes/3.11.16 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.16.rst similarity index 89% rename from doc/source/changes/3.11.15.rst rename to doc/source/changes/3.11.16.rst index f48cbd433..90097344a 100644 --- a/doc/source/changes/3.11.15.rst +++ b/doc/source/changes/3.11.16.rst @@ -1,7 +1,7 @@ -v3.11.14 +v3.11.16 ======== -qibuild deploy +qibuild ----------- * update third party sub-packages behavior to not deploy them diff --git a/doc/source/conf.in.py b/doc/source/conf.in.py index 6a42cb638..fb3f496b4 100644 --- a/doc/source/conf.in.py +++ b/doc/source/conf.in.py @@ -3,7 +3,7 @@ ## found in the COPYING file. project = u'qiBuild' -version = '3.11.15' +version = '3.11.16' release = version sys.path.insert(0, os.path.abspath('../tools')) # for autodoc diff --git a/python/qisys/main.py b/python/qisys/main.py index 1a84dc5a4..025e2c747 100644 --- a/python/qisys/main.py +++ b/python/qisys/main.py @@ -12,7 +12,7 @@ import qisys.script def print_version(script_name): - sys.stdout.write("%s version 3.11.14\n" % script_name) + sys.stdout.write("%s version 3.11.16\n" % script_name) import qibuild qibuild_dir = os.path.dirname(qibuild.__file__) python_dir = os.path.dirname(qibuild_dir) diff --git a/setup.py b/setup.py index afd8d0911..f513ad962 100644 --- a/setup.py +++ b/setup.py @@ -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. @@ -25,7 +25,7 @@ def get_qibuild_cmake_files(): data_files = get_qibuild_cmake_files() setup(name="qibuild", - version="3.11.15", + version="3.11.16", description="The meta build framework", url="http://doc.aldebaran.com/qibuild", author="Aldebaran Robotics",