--- a/CHANGELOG Tue Apr 23 12:20:12 2019 +0200
+++ b/CHANGELOG Tue Apr 23 12:24:22 2019 +0200
@@ -1,6 +1,11 @@
Changelog
=========
+8.6.0 - in progress
+-------------------
+
+ * evolve: drop compatibility with 4.4
+
8.5.1 - in progress
-------------------
--- a/hgext3rd/evolve/metadata.py Tue Apr 23 12:20:12 2019 +0200
+++ b/hgext3rd/evolve/metadata.py Tue Apr 23 12:24:22 2019 +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__ = '8.5.1.dev'
-testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9'
-minimumhgversion = '4.4'
+__version__ = '8.6.0.dev'
+testedwith = '4.5.2 4.6.2 4.7 4.8 4.9'
+minimumhgversion = '4.5'
buglink = 'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py Tue Apr 23 12:20:12 2019 +0200
+++ b/hgext3rd/topic/__init__.py Tue Apr 23 12:24:22 2019 +0200
@@ -180,10 +180,10 @@
'topic.active': 'green',
}
-__version__ = '0.14.1.dev'
+__version__ = '0.15.0.dev'
-testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9'
-minimumhgversion = '4.4'
+testedwith = '4.5.2 4.6.2 4.7 4.8 4.9'
+minimumhgversion = '4.5'
buglink = 'https://bz.mercurial-scm.org/'
if util.safehasattr(registrar, 'configitem'):