From 47f54af8fa87815ce166a6d58f114b8dc427a024 Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Mon, 14 Apr 2014 15:53:33 +0200 Subject: [PATCH] bump to version 5 --- pubs/__init__.py | 2 +- pubs/configs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubs/__init__.py b/pubs/__init__.py index b350a5d..1941738 100644 --- a/pubs/__init__.py +++ b/pubs/__init__.py @@ -1 +1 @@ -__version__ = 4 +__version__ = 5 diff --git a/pubs/configs.py b/pubs/configs.py index 9d1a446..c6b4313 100644 --- a/pubs/configs.py +++ b/pubs/configs.py @@ -20,7 +20,7 @@ DFT_CONFIG = collections.OrderedDict([ ('import_copy', True), ('import_move', False), ('color', True), - ('version', 4), + ('version', 5), ('version_warning', True), ('open_cmd', 'open'), ('edit_cmd', DFT_EDIT_CMD),