From 1c42b704bc44a9e470a377a5425732d266da6cad Mon Sep 17 00:00:00 2001 From: Peter Odding Date: Fri, 14 Jul 2017 02:07:00 +0200 Subject: [PATCH] Release 2.0: Automatically create release branches in merge_up() (and other improvements) --- vcs_repo_mgr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcs_repo_mgr/__init__.py b/vcs_repo_mgr/__init__.py index b656f13..04bdf09 100644 --- a/vcs_repo_mgr/__init__.py +++ b/vcs_repo_mgr/__init__.py @@ -110,7 +110,7 @@ ) # Semi-standard module versioning. -__version__ = '1.0' +__version__ = '2.0' USER_CONFIG_FILE = '~/.vcs-repo-mgr.ini' """The location of the user-specific configuration file (a string, parsed using :func:`.parse_path()`)."""