--- a/README Thu Feb 11 00:35:58 2016 +0000
+++ b/README Thu Feb 11 00:37:05 2016 +0000
@@ -56,7 +56,7 @@
Changelog
=========
-5.3.0 --
+5.3.0 -- 2016-02-11
- split: add a new command to split changesets,
- tests: drop our copy of 'run-tests.py' use core one instead,
@@ -68,10 +68,6 @@
(for `hg evolve --continue`)
- evolve: fix divergence resolution when it result in an empty commit
(issue4950) (hg-3.5+ only)
-
-
-5.2.2 --
-
- no longer lock the repository for `hg parents` (issue4895)
- updated help for the `evolve` command
--- a/hgext/evolve.py Thu Feb 11 00:35:58 2016 +0000
+++ b/hgext/evolve.py Thu Feb 11 00:37:05 2016 +0000
@@ -19,7 +19,7 @@
- improves some aspect of the early implementation in Mercurial core
'''
-__version__ = '5.2.1'
+__version__ = '5.3.0'
testedwith = '3.4.3 3.5.2 3.6.2 3.7'
buglink = 'http://bz.selenic.com/'