Skip to content

Commit

Permalink
Tagging 3.11.12
Browse files Browse the repository at this point in the history
Change-Id: Ia410fa628b2f2ccbe55b050ed6f72972b2008ed7
  • Loading branch information
houssemkouki committed Jan 16, 2017
1 parent 4839182 commit 64c8c70
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
3 changes: 1 addition & 2 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Changelog
.. toctree::
:maxdepth: 1

changes/3.11.11
changes/3.11.10
changes/3.11.12
changes/3.11.9
changes/3.11.6
changes/3.11.5
Expand Down
7 changes: 0 additions & 7 deletions doc/source/changes/3.11.11.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
v3.11.10
v3.11.12
=======

qitoolchain
-------

* Add post-add feature

2 changes: 1 addition & 1 deletion doc/source/conf.in.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## found in the COPYING file.

project = u'qiBuild'
version = '3.11.9'
version = '3.11.12'
release = version
sys.path.insert(0, os.path.abspath('../tools'))
# for autodoc
Expand Down
2 changes: 1 addition & 1 deletion python/qisys/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import qisys.script

def print_version(script_name):
sys.stdout.write("%s version 3.11.9\n" % script_name)
sys.stdout.write("%s version 3.11.12\n" % script_name)
import qibuild
qibuild_dir = os.path.dirname(qibuild.__file__)
python_dir = os.path.dirname(qibuild_dir)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_qibuild_cmake_files():
data_files = get_qibuild_cmake_files()

setup(name="qibuild",
version="3.11.11",
version="3.11.12",
description="The meta build framework",
url="http://doc.aldebaran.com/qibuild",
author="Aldebaran Robotics",
Expand Down

0 comments on commit 64c8c70

Please sign in to comment.