Skip to content

Commit 90ec9de

Browse files
committed
Bump to 3.2.0
1 parent 5064a92 commit 90ec9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbbackup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"Management commands to help backup and restore a project database and media"
2-
VERSION = (3, 1, 3)
2+
VERSION = (3, 2, 0)
33
__version__ = '.'.join([str(i) for i in VERSION])
44
__author__ = 'Michael Shepanski'
55
__email__ = '[email protected]'

0 commit comments

Comments
 (0)