prepare release 5.1.4 stable 5.1.4
authorPierre-Yves David <pierre-yves.david@fb.com>
Thu, 23 Apr 2015 03:15:20 +0200
branchstable
changeset 1281 891c3ce894fa
parent 1280 af7b455a7ebd
child 1282 2da7b531879a
prepare release 5.1.4
README
hgext/evolve.py
--- a/README	Thu Apr 23 03:10:11 2015 +0200
+++ b/README	Thu Apr 23 03:15:20 2015 +0200
@@ -51,7 +51,7 @@
 Changelog
 =========
 
-5.1.4 --
+5.1.4 -- 2015-04-23
 
 - significant documentation update
 - fix issue4616: pulling with bundle2 would crash if common marker when
--- a/hgext/evolve.py	Thu Apr 23 03:10:11 2015 +0200
+++ b/hgext/evolve.py	Thu Apr 23 03:15:20 2015 +0200
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.1.3'
+__version__ = '5.1.4'
 testedwith = '3.3.3 3.4-rc'
 buglink = 'http://bz.selenic.com/'