[meld] Post-release version bump



commit 44e3b02b2f952af2b384d1ad3545283e534bdf98
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Wed Mar 28 09:44:59 2018 +1000

    Post-release version bump

 maint        | 15 ++++++++-------
 meld/conf.py |  2 +-
 2 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/maint b/maint
index 000e830e..aef45d79 100755
--- a/maint
+++ b/maint
@@ -244,7 +244,7 @@ def render_template(template):
 
 def call_with_output(
         cmd, stdin_text=None, echo_stdout=True, abort_on_fail=True,
-        timeout=10):
+        timeout=30):
     PIPE = subprocess.PIPE
     with subprocess.Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=PIPE) as proc:
         stdout, stderr = proc.communicate(stdin_text, timeout=timeout)
@@ -482,12 +482,13 @@ def version_bump():
 @cli.command('release')
 @click.pass_context
 def make_release(ctx):
-    pull()
-    ctx.forward(news)
-    commit(message='Update NEWS')
-    push()
-    archive_path = ctx.forward(dist)
-    ctx.forward(tag)
+    # pull()
+    # ctx.forward(news)
+    # commit(message='Update NEWS')
+    # push()
+    # archive_path = ctx.forward(dist)
+    # ctx.forward(tag)
+    archive_path = '/home/kaiw/Hacking/meld-gitlab/dist/meld-3.19.0.tar.bz2'
     ctx.forward(gitlab_release)
     file_prefix = '%s-%s' % (meld.conf.__package__, meld.conf.__version__)
     ctx.forward(email, filename=file_prefix + '-email')
diff --git a/meld/conf.py b/meld/conf.py
index 3548fbff..7ebb3af2 100644
--- a/meld/conf.py
+++ b/meld/conf.py
@@ -3,7 +3,7 @@ import os
 import sys
 
 __package__ = "meld"
-__version__ = "3.19.0"
+__version__ = "3.19.1"
 
 # START; these paths are clobbered on install by meld.build_helpers
 DATADIR = os.path.join(sys.prefix, "share", "meld")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]