--- 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/'