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 5064a92 commit 90ec9deCopy full SHA for 90ec9de
dbbackup/__init__.py
@@ -1,5 +1,5 @@
1
"Management commands to help backup and restore a project database and media"
2
-VERSION = (3, 1, 3)
+VERSION = (3, 2, 0)
3
__version__ = '.'.join([str(i) for i in VERSION])
4
__author__ = 'Michael Shepanski'
5
__email__ = '[email protected]'
0 commit comments