--- a/README Wed May 03 12:25:53 2017 +0200
+++ b/README Wed May 03 12:31:11 2017 +0200
@@ -119,10 +119,6 @@
- improve message issued when accessing hidden nodes (4.2 only),
- introduce a new caches to reduce the impact of evolution on read-only commands,
- add a 'experimental.auto-publish' config. See `hg help -e evolve` for details.
-
-6.0.2 - in progress
--------------------
-
- fix the propagation of some some cache invalidation,
6.0.1 -- 2017-04-20
--- a/hgext3rd/evolve/metadata.py Wed May 03 12:25:53 2017 +0200
+++ b/hgext3rd/evolve/metadata.py Wed May 03 12:31:11 2017 +0200
@@ -5,7 +5,7 @@
# This software may be used and distributed according to the terms of the
# GNU General Public License version 2 or any later version.
-__version__ = '6.0.1'
+__version__ = '6.1.0.dev'
testedwith = '3.8.4 3.9.2 4.0.2 4.1.1'
minimumhgversion = '3.8'
buglink = 'https://bz.mercurial-scm.org/'