changeset 1519:c15d6168412f stable 5.2.1

prepare version 5.1.2
author Pierre-Yves David <pierre-yves.david@fb.com>
date Mon, 02 Nov 2015 00:39:06 +0000
parents bca3fce56b2c
children 681f675401ff
files README hgext/evolve.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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/'