prepare version 5.1.2 stable 5.2.1
authorPierre-Yves David <pierre-yves.david@fb.com>
Mon, 02 Nov 2015 00:39:06 +0000
branchstable
changeset 1519 c15d6168412f
parent 1518 bca3fce56b2c
child 1520 681f675401ff
prepare version 5.1.2
README
hgext/evolve.py
--- a/README	Mon Nov 02 00:38:18 2015 +0000
+++ b/README	Mon Nov 02 00:39:06 2015 +0000
@@ -55,7 +55,7 @@
 
 - split: add a new command to split changesets
 
-5.2.1 --
+5.2.1 -- 2015-11-02
 
 - add compatibility with Mercurial 3.6
 - prune: fixed possible issue with lock and bookmark
--- a/hgext/evolve.py	Mon Nov 02 00:38:18 2015 +0000
+++ b/hgext/evolve.py	Mon Nov 02 00:39:06 2015 +0000
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.2.0'
+__version__ = '5.2.1'
 testedwith = '3.4.3 3.5.2 3.6'
 buglink = 'http://bz.selenic.com/'