From 38c02d87b6c7228f2017e2be6259f88cdd39e292 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuzminsky Date: Sat, 14 Jan 2017 17:41:33 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.8.1=20=E2=86=92=202.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- twindb_backup/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1114d2dcb..8ba4da863 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.8.1 +current_version = 2.8.2 commit = True tag = False diff --git a/setup.py b/setup.py index 9b0f2496d..b6b3be479 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='twindb-backup', - version='2.8.1', + version='2.8.2', description="TwinDB Backup tool for files, MySQL et al.", long_description=readme + '\n\n' + history, author="TwinDB Development Team", diff --git a/twindb_backup/__init__.py b/twindb_backup/__init__.py index cf09ac7c3..8298baddd 100644 --- a/twindb_backup/__init__.py +++ b/twindb_backup/__init__.py @@ -6,7 +6,7 @@ __author__ = 'TwinDB Development Team' __email__ = 'dev@twindb.com' -__version__ = '2.8.1' +__version__ = '2.8.2' LOCK_FILE = '/var/run/twindb-backup.lock' INTERVALS = ['hourly', 'daily', 'weekly', 'monthly', 'yearly']