Skip to content

Commit aae238a

Browse files
committed
Bump to 3.1.2
1 parent c80d9d6 commit aae238a

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, 1)
2+
VERSION = (3, 1, 2)
33
__version__ = '.'.join([str(i) for i in VERSION])
44
__author__ = 'Michael Shepanski'
55
__email__ = '[email protected]'

0 commit comments

Comments
 (0)