diff -Nru uci-config-0.1.2/debian/bzr-builder.manifest uci-config-0.1.3/debian/bzr-builder.manifest --- uci-config-0.1.2/debian/bzr-builder.manifest 2015-06-24 15:46:45.000000000 +0000 +++ uci-config-0.1.3/debian/bzr-builder.manifest 2015-06-26 08:57:22.000000000 +0000 @@ -1,2 +1,2 @@ -# bzr-builder format 0.3 deb-version {debupstream}-0~71 -lp:uci-config revid:vila+qa@canonical.com-20150624154447-w6q40ixh7ckyj37h +# bzr-builder format 0.3 deb-version {debupstream}-0~72 +lp:uci-config revid:vila+qa@canonical.com-20150626085347-4c50wtxdz6uctkpd diff -Nru uci-config-0.1.2/debian/changelog uci-config-0.1.3/debian/changelog --- uci-config-0.1.2/debian/changelog 2015-06-24 15:46:45.000000000 +0000 +++ uci-config-0.1.3/debian/changelog 2015-06-26 08:57:22.000000000 +0000 @@ -1,8 +1,15 @@ -uci-config (0.1.2-0~71~ubuntu14.04.1) trusty; urgency=low +uci-config (0.1.3-0~72~ubuntu14.04.1) trusty; urgency=low * Auto build. - -- Vincent Ladeuil Wed, 24 Jun 2015 15:46:45 +0000 + -- Vincent Ladeuil Fri, 26 Jun 2015 08:57:22 +0000 + +uci-config (0.1.3) unstable; urgency=medium + + * Add a CommandLineStore object for use cases where option values can be + specified as overrides on the command line. + + -- Vincent Ladeuil Fri, 26 Jun 2015 10:38:28 +0200 uci-config (0.1.2) unstable; urgency=medium diff -Nru uci-config-0.1.2/NEWS.rst uci-config-0.1.3/NEWS.rst --- uci-config-0.1.2/NEWS.rst 2015-06-24 15:46:45.000000000 +0000 +++ uci-config-0.1.3/NEWS.rst 2015-06-26 08:57:22.000000000 +0000 @@ -4,13 +4,12 @@ Overview of changes to uci-config in reverse chronological order. -dev -=== +0.1.3 +===== * Add a CommandLineStore object for use cases where option values can be specified as overrides on the command line. - 0.1.2 ===== diff -Nru uci-config-0.1.2/PACKAGING.rst uci-config-0.1.3/PACKAGING.rst --- uci-config-0.1.2/PACKAGING.rst 2015-06-24 15:46:45.000000000 +0000 +++ uci-config-0.1.3/PACKAGING.rst 2015-06-26 08:57:22.000000000 +0000 @@ -5,7 +5,8 @@ Preparing ========= - * Ensure all changes since previous release have been documented in NEWS.rst + * Ensure all changes since previous release have been documented in + NEWS.rst and that the section is for the upcoming release. * Set __version__ to (X, Y, Z, 'final', 0) in uciconfig/__init__.py