From 9c2c2b336f53af9ea811410dc9cd1b48d7f44bab Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sat, 2 Jan 2016 21:14:37 -0800 Subject: [PATCH] git-cola v2.5 Signed-off-by: David Aguilar --- cola/_version.py | 2 +- pynsist.cfg | 2 +- share/doc/git-cola/relnotes/unreleased.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cola/_version.py b/cola/_version.py index 4c0bedb5..07d5da9d 100644 --- a/cola/_version.py +++ b/cola/_version.py @@ -1 +1 @@ -VERSION = '2.4' +VERSION = '2.5' diff --git a/pynsist.cfg b/pynsist.cfg index 5e6a09c0..c8631341 100644 --- a/pynsist.cfg +++ b/pynsist.cfg @@ -1,6 +1,6 @@ [Application] name=git-cola -version=2.4 +version=2.5 entry_point=cola.main:shortcut_launch icon=share/git-cola/icons/git-cola.ico diff --git a/share/doc/git-cola/relnotes/unreleased.rst b/share/doc/git-cola/relnotes/unreleased.rst index 30288feb..d7436748 100644 --- a/share/doc/git-cola/relnotes/unreleased.rst +++ b/share/doc/git-cola/relnotes/unreleased.rst @@ -3,7 +3,7 @@ Latest Release ============== -:ref:`v2.4 ` is the latest stable release. +:ref:`v2.5 ` is the latest stable release. Development version =================== -- 2.11.4.GIT