From c70499046e532d45e8c41fdae875e42e959fe356 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sat, 18 Nov 2017 18:58:16 -0800 Subject: [PATCH] git-cola v3.0 Signed-off-by: David Aguilar --- cola/_version.py | 2 +- pynsist.cfg | 2 +- share/doc/git-cola/relnotes.rst | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cola/_version.py b/cola/_version.py index 052819d6..95da341d 100644 --- a/cola/_version.py +++ b/cola/_version.py @@ -1 +1 @@ -VERSION = '2.11' +VERSION = '3.0' diff --git a/pynsist.cfg b/pynsist.cfg index ab8342ea..fe0af893 100644 --- a/pynsist.cfg +++ b/pynsist.cfg @@ -1,6 +1,6 @@ [Application] name=git-cola -version=2.11 +version=3.0 entry_point=cola.main:shortcut_launch icon=share/git-cola/icons/git-cola.ico diff --git a/share/doc/git-cola/relnotes.rst b/share/doc/git-cola/relnotes.rst index 11536119..d5566422 100644 --- a/share/doc/git-cola/relnotes.rst +++ b/share/doc/git-cola/relnotes.rst @@ -5,7 +5,7 @@ Releases Latest Release ============== -:ref:`v2.11 ` is the latest stable release. +:ref:`v3.0 ` is the latest stable release. Development version =================== @@ -16,8 +16,8 @@ Clone the git-cola repo to get the latest development version: .. _v3.0: -git-cola v3.0 (beta) -==================== +git-cola v3.0 +============= Usability, bells and whistles ----------------------------- -- 2.11.4.GIT