changeset 1281:891c3ce894fa stable 5.1.4

prepare release 5.1.4
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 23 Apr 2015 03:15:20 +0200
parents af7b455a7ebd
children 2da7b531879a
files README hgext/evolve.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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/'