diff --git a/package.sh b/package.sh index ccc282f9..ce043c18 100755 --- a/package.sh +++ b/package.sh @@ -17,7 +17,7 @@ BUILD_TARGET=${1:-none} EXTRA_ARGS=${2} ##Which version name are we appending to the final archive -export VERSION=0.2b4 +export VERSION=0.2rc1 export DATETIME=`git log -1 --pretty=%ci` export COMMIT=`git log -1 --pretty=%H` TARGET_DIR=Horus-${VERSION}-${BUILD_TARGET} @@ -147,7 +147,7 @@ if [ $BUILD_TARGET = "debian" ]; then # Upload to launchpad debuild -S -sa PPA=${PPA:="ppa:bqlabs/horus-dev"} - RELEASES="trusty vivid wily" + RELEASES="trusty vivid wily xenial" for RELEASE in $RELEASES ; do cp debian/changelog debian/changelog.backup diff --git a/pkg/linux/debian/changelog b/pkg/linux/debian/changelog index 344e3276..bc7c490b 100644 --- a/pkg/linux/debian/changelog +++ b/pkg/linux/debian/changelog @@ -1,3 +1,9 @@ +horus (0.2rc1) unstable; urgency=medium + + * Release candidate 1 + + -- Jesús Arroyo Torrens Fri, 20 May 2016 00:00:00 +0100 + horus (0.2b4) unstable; urgency=medium * Beta 4 diff --git a/src/horus/__init__.py b/src/horus/__init__.py index 9c28ff9e..5cfdbe5d 100644 --- a/src/horus/__init__.py +++ b/src/horus/__init__.py @@ -5,7 +5,7 @@ __copyright__ = 'Copyright (C) 2014-2016 Mundo Reader S.L.' __license__ = 'GNU General Public License v2 http://www.gnu.org/licenses/gpl2.html' -__version__ = '0.2b4' +__version__ = '0.2rc1' __datetime__ = '' __commit__ = ''