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