Skip to content

Commit

Permalink
Bump version: 2.8.1 → 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzminsky committed Jan 15, 2017
1 parent 23545f6 commit 38c02d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.8.1
current_version = 2.8.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion twindb_backup/__init__.py
Expand Up @@ -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']

Expand Down

0 comments on commit 38c02d8

Please sign in to comment.