From 6a5b44fcfd9f1676c7e9153c68a810235316b3a7 Mon Sep 17 00:00:00 2001 From: mhagger Date: Sun, 26 Nov 2017 05:54:44 +0000 Subject: [PATCH] Prepare version numbers for future development git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5477 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- CHANGES | 13 +++++++++++++ cvs2svn_lib/version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 722b90e3..9c22b1a4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +Version ?.?.? +------------- + + Bugs fixed: + * + + Improvements and output changes: + * + + Miscellaneous: + * + + Version 2.5.0 (26 November 2017) -------------------------------- diff --git a/cvs2svn_lib/version.py b/cvs2svn_lib/version.py index f9a019dd..8a4dadfb 100644 --- a/cvs2svn_lib/version.py +++ b/cvs2svn_lib/version.py @@ -16,7 +16,7 @@ # ==================================================================== # The version of cvs2svn: -VERSION = '2.5.0-dev' +VERSION = '2.6.0-dev' # If this file is run as a script, print the cvs2svn version number to -- 2.11.4.GIT