packaging: prepare version 8.3.1 stable 8.3.1
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 25 Oct 2018 18:42:49 +0200
branchstable
changeset 4216 b90422a11a88
parent 4210 470ba668687a
child 4217 664152f7f003
packaging: prepare version 8.3.1
CHANGELOG
debian/changelog
hgext3rd/evolve/metadata.py
hgext3rd/topic/__init__.py
--- a/CHANGELOG	Thu Oct 25 18:09:08 2018 +0200
+++ b/CHANGELOG	Thu Oct 25 18:42:49 2018 +0200
@@ -2,7 +2,7 @@
 =========
 
 
-8.3.1 - in progress
+8.3.1 -- 2018-10-25
 -------------------
 
   * evolve+topic: fix possible crash during content-divergence evolution
--- a/debian/changelog	Thu Oct 25 18:09:08 2018 +0200
+++ b/debian/changelog	Thu Oct 25 18:42:49 2018 +0200
@@ -1,3 +1,9 @@
+mercurial-evolve (8.3.1) unstable; urgency=medium
+
+  * new upstream release
+
+ -- Pierre-Yves David <pierre-yves.david@ens-lyon.org>  Thu, 25 Oct 2018 18:39:17 +0200
+
 mercurial-evolve (8.3.0-1) unstable; urgency=medium
 
   * new upstream release
--- a/hgext3rd/evolve/metadata.py	Thu Oct 25 18:09:08 2018 +0200
+++ b/hgext3rd/evolve/metadata.py	Thu Oct 25 18:42:49 2018 +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.3.1.dev'
+__version__ = '8.3.1'
 testedwith = '4.3.2 4.4.2 4.5.2 4.6.2 4.7'
 minimumhgversion = '4.3'
 buglink = 'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py	Thu Oct 25 18:09:08 2018 +0200
+++ b/hgext3rd/topic/__init__.py	Thu Oct 25 18:42:49 2018 +0200
@@ -177,7 +177,7 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.12.1.dev'
+__version__ = '0.12.1'
 
 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
 minimumhgversion = '4.3'