Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuluPro committed Mar 30, 2016
1 parent b91ed87 commit b4215f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbbackup/__init__.py
@@ -1,6 +1,6 @@
"Management commands to help backup and restore a project database to \
AmazonS3, Dropbox or local disk."
VERSION = (2, 4, 1)
VERSION = (2, 5, 0)
__version__ = '.'.join([str(i) for i in VERSION])
__author__ = 'Michael Shepanski'
__email__ = 'mjs7231@gmail.com'
Expand Down

0 comments on commit b4215f3

Please sign in to comment.