From 730269141791129d8499842304c41b2757d1628d Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sun, 23 Feb 2014 15:44:33 -0800 Subject: [PATCH] git-cola v2.0.0 Signed-off-by: David Aguilar --- cola/_version.py | 2 +- share/doc/git-cola/relnotes.rst | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/cola/_version.py b/cola/_version.py index 0fe80e08..72832df2 100644 --- a/cola/_version.py +++ b/cola/_version.py @@ -1,2 +1,2 @@ # The current git-cola version -VERSION = '1.9.4' +VERSION = '2.0.0' diff --git a/share/doc/git-cola/relnotes.rst b/share/doc/git-cola/relnotes.rst index 964857d9..1a834b56 100644 --- a/share/doc/git-cola/relnotes.rst +++ b/share/doc/git-cola/relnotes.rst @@ -1,3 +1,28 @@ +git-cola v2.0.0 +=============== +Portability +----------- +* git-cola now runs on Python 3 thanks to Virgil Dupras. + + https://github.com/git-cola/git-cola/pull/233 + +* Python 2.6, 2.7, and 3.2+ are now supported. + Python 2.5 is no longer supported. + +Fixes +----- +* i18n test fixes thanks to Virgil Dupras. + + https://github.com/git-cola/git-cola/pull/231 + +* git-cola.app build fixes thanks to Maicon D. Filippsen. + + https://github.com/git-cola/git-cola/pull/230 + +* Lots of pylint improvements thanks to Alex Chernetz. + + https://github.com/git-cola/git-cola/pull/229 + git-cola v1.9.4 =============== Usability, bells and whistles -- 2.11.4.GIT