We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80d9d6 commit aae238aCopy full SHA for aae238a
dbbackup/__init__.py
@@ -1,5 +1,5 @@
1
"Management commands to help backup and restore a project database and media"
2
-VERSION = (3, 1, 1)
+VERSION = (3, 1, 2)
3
__version__ = '.'.join([str(i) for i in VERSION])
4
__author__ = 'Michael Shepanski'
5
__email__ = '[email protected]'
0 commit comments