Skip to content

Commit

Permalink
Bump to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuluPro committed Nov 16, 2016
1 parent 3b7e66c commit c469e39
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, 0)
VERSION = (3, 1, 1)
__version__ = '.'.join([str(i) for i in VERSION])
__author__ = 'Michael Shepanski'
__email__ = 'mjs7231@gmail.com'
Expand Down

0 comments on commit c469e39

Please sign in to comment.