Skip to content

Commit

Permalink
Bump to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuluPro committed Sep 18, 2017
1 parent 5064a92 commit 90ec9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbbackup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"Management commands to help backup and restore a project database and media"
VERSION = (3, 1, 3)
VERSION = (3, 2, 0)
__version__ = '.'.join([str(i) for i in VERSION])
__author__ = 'Michael Shepanski'
__email__ = 'mjs7231@gmail.com'
Expand Down

0 comments on commit 90ec9de

Please sign in to comment.