prepare version 5.1.5 stable 5.1.5
authorPierre-Yves David <pierre-yves.david@fb.com>
Tue, 23 Jun 2015 15:30:35 -0700
branchstable
changeset 1424 1377f6a7f9ec
parent 1401 20ff4ef75b87
child 1425 e8f875227901
prepare version 5.1.5
README
debian/changelog
hgext/evolve.py
--- a/README	Fri Jun 19 12:39:15 2015 -0700
+++ b/README	Tue Jun 23 15:30:35 2015 -0700
@@ -51,7 +51,7 @@
 Changelog
 =========
 
-5.1.5 --
+5.1.5 -- 2015-06-23
 
 - minor documentation cleanup
 - support -i option for `hg amend` if commit supports it (3.4)
--- a/debian/changelog	Fri Jun 19 12:39:15 2015 -0700
+++ b/debian/changelog	Tue Jun 23 15:30:35 2015 -0700
@@ -1,3 +1,9 @@
+mercurial-evolve (5.1.5-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Pierre-Yves David <pyd@marginatus.alto.octopoid.net>  Tue, 23 Jun 2015 15:30:07 -0700
+
 mercurial-evolve (5.1.3-1) unstable; urgency=medium
 
   * new upstream release
--- a/hgext/evolve.py	Fri Jun 19 12:39:15 2015 -0700
+++ b/hgext/evolve.py	Tue Jun 23 15:30:35 2015 -0700
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.1.4'
+__version__ = '5.1.5'
 testedwith = '3.3.3 3.4.1'
 buglink = 'http://bz.selenic.com/'