From 39c487becf8e6a0eadc1276c0fa75949fcf5fe2d Mon Sep 17 00:00:00 2001 From: vonarnim <axel.vonarnim@epfl.ch> Date: Wed, 19 Apr 2017 18:12:05 +0200 Subject: [PATCH] Bump to 1.2.0 Change-Id: Ica4c795a5c6da07c70627c6cd32e453915d54761 --- hbp_nrp_music_interface/hbp_nrp_music_interface/version.py | 2 +- hbp_nrp_music_interface/requirements.txt | 6 +++--- hbp_nrp_music_xml/hbp_nrp_music_xml/version.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hbp_nrp_music_interface/hbp_nrp_music_interface/version.py b/hbp_nrp_music_interface/hbp_nrp_music_interface/version.py index ad530f6..17e87d3 100644 --- a/hbp_nrp_music_interface/hbp_nrp_music_interface/version.py +++ b/hbp_nrp_music_interface/hbp_nrp_music_interface/version.py @@ -1,2 +1,2 @@ '''version string - generated by setVersion.sh''' -VERSION = '1.1.8' +VERSION = '1.2.0' diff --git a/hbp_nrp_music_interface/requirements.txt b/hbp_nrp_music_interface/requirements.txt index 73c01a7..e4e1136 100644 --- a/hbp_nrp_music_interface/requirements.txt +++ b/hbp_nrp_music_interface/requirements.txt @@ -1,6 +1,6 @@ # HBP requirements -hbp-nrp-cle==1.1.8 -hbp-nrp-commons==1.1.8 -hbp-nrp-music-xml==1.1.8 +hbp-nrp-cle==1.2.0 +hbp-nrp-commons==1.2.0 +hbp-nrp-music-xml==1.2.0 # third party requirements diff --git a/hbp_nrp_music_xml/hbp_nrp_music_xml/version.py b/hbp_nrp_music_xml/hbp_nrp_music_xml/version.py index ad530f6..17e87d3 100644 --- a/hbp_nrp_music_xml/hbp_nrp_music_xml/version.py +++ b/hbp_nrp_music_xml/hbp_nrp_music_xml/version.py @@ -1,2 +1,2 @@ '''version string - generated by setVersion.sh''' -VERSION = '1.1.8' +VERSION = '1.2.0' -- GitLab