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 c8a65ac commit aa7be04Copy full SHA for aa7be04
setup.py
@@ -5,7 +5,7 @@
5
setup(
6
name="django-advance-dumpdata",
7
zip_safe=False,
8
- version="0.0.1",
+ version="0.0.2",
9
description="Django Manage Command; Output the contents of the database"
10
" as a fixture of the given format,filter and more features ",
11
long_description=open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),
0 commit comments