diff -Nru uci-tests-0.1.6/debian/bzr-builder.manifest uci-tests-0.1.6/debian/bzr-builder.manifest --- uci-tests-0.1.6/debian/bzr-builder.manifest 2015-05-12 09:39:00.000000000 +0000 +++ uci-tests-0.1.6/debian/bzr-builder.manifest 2015-05-13 09:31:43.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}-0~149 -lp:uci-tests revid:vila+qa@canonical.com-20150512091009-8glxjzl4zj71w61b +# bzr-builder format 0.3 deb-version {debupstream}-0~150 +lp:uci-tests revid:vila+qa@canonical.com-20150512143635-0ynxohzsom4ae3ds diff -Nru uci-tests-0.1.6/debian/changelog uci-tests-0.1.6/debian/changelog --- uci-tests-0.1.6/debian/changelog 2015-05-12 09:39:00.000000000 +0000 +++ uci-tests-0.1.6/debian/changelog 2015-05-13 09:31:43.000000000 +0000 @@ -1,8 +1,8 @@ -uci-tests (0.1.6-0~149~ubuntu14.10.1) utopic; urgency=low +uci-tests (0.1.6-0~150~ubuntu14.10.1) utopic; urgency=low * Auto build. - -- Vincent Ladeuil Tue, 12 May 2015 09:39:00 +0000 + -- Vincent Ladeuil Wed, 13 May 2015 09:31:43 +0000 uci-tests (0.1.6) unstable; urgency=medium diff -Nru uci-tests-0.1.6/NEWS.rst uci-tests-0.1.6/NEWS.rst --- uci-tests-0.1.6/NEWS.rst 2015-05-12 09:39:00.000000000 +0000 +++ uci-tests-0.1.6/NEWS.rst 2015-05-13 09:31:43.000000000 +0000 @@ -4,6 +4,11 @@ Overview of changes to uci-tests in reverse chronological order. +dev +=== + + + 0.1.6 ===== diff -Nru uci-tests-0.1.6/PACKAGING.rst uci-tests-0.1.6/PACKAGING.rst --- uci-tests-0.1.6/PACKAGING.rst 2015-05-12 09:39:00.000000000 +0000 +++ uci-tests-0.1.6/PACKAGING.rst 2015-05-13 09:31:43.000000000 +0000 @@ -43,9 +43,9 @@ Pushing to launchpad ==================== -Push the tagged branch to lp:uci-tests, -https://code.launchpad.net/~canonical-ci-engineering/+recipe/uci-tests-phase0 -will create the packages for the configured releases. +Push the tagged branch to lp:uci-tests, check the recipes there (bzr lp-open +lp:uci-tests) or define your own if needed to create the packages for the +configured releases. Uploading to PyPi diff -Nru uci-tests-0.1.6/ucitests/__init__.py uci-tests-0.1.6/ucitests/__init__.py --- uci-tests-0.1.6/ucitests/__init__.py 2015-05-12 09:39:00.000000000 +0000 +++ uci-tests-0.1.6/ucitests/__init__.py 2015-05-13 09:31:43.000000000 +0000 @@ -19,4 +19,4 @@ # the release level is 'dev' or 'final'. The # version_info value corresponding to the ucitests version 2.0 is (2, 0, 0, # 'final', 0). -__version__ = (0, 1, 6, 'final', 0) +__version__ = (0, 1, 7, 'dev', 0)