diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 119: bump version

Message ID 20120123220313.5424.32435.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Jan. 23, 2012, 10:03 p.m. UTC
------------------------------------------------------------
revno: 119
tags: release-0.7.3
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2012-01-24 11:00:58 +1300
message:
  bump version
modified:
  doc/changes.rst
  lava_scheduler_app/__init__.py


--
lp:lava-scheduler
https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk

You are subscribed to branch lp:lava-scheduler.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/changes.rst'
--- doc/changes.rst	2012-01-20 00:24:46 +0000
+++ doc/changes.rst	2012-01-23 22:00:58 +0000
@@ -1,6 +1,14 @@ 
 Version History
 ***************
 
+.. _version_0.7.3:
+
+Version 0.7.3
+=============
+* Don't assume dispatcher log files contain valid unicode (#918954)
+* Include static assets in the sdist (multiply reported as: #919079,
+  #919047, #917393)
+
 .. _version_0.7.2:
 
 Version 0.7.2

=== modified file 'lava_scheduler_app/__init__.py'
--- lava_scheduler_app/__init__.py	2012-01-20 00:24:46 +0000
+++ lava_scheduler_app/__init__.py	2012-01-23 22:00:58 +0000
@@ -17,4 +17,4 @@ 
 # along with LAVA Scheduler.  If not, see <http://www.gnu.org/licenses/>.
 
 
-__version__ = (0, 7, 2, "final", 0)
+__version__ = (0, 7, 3, "final", 0)