We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07601d4 commit 8d5ba4fCopy full SHA for 8d5ba4f
2 files changed
drf_nested_forms/__init__.py
@@ -1,5 +1,5 @@
1
__title__ = 'drf_nested_formdata'
2
-__version__ = '1.1.5'
+__version__ = '1.1.6'
3
__author__ = 'Duke Effiom'
4
__license__ = 'MIT'
5
__copyright__ = 'Copyright 2021'
setup.py
@@ -26,7 +26,7 @@ def get_version(package):
26
name='drf_nested_forms',
27
version=version,
28
url='http://github.com/emperorDuke/nested_formdata',
29
- download_url='http://github.com/emperorDuke/nested_formdata/archive/v1.1.5.tar.gz',
+ download_url='http://github.com/emperorDuke/nested_formdata/archive/v1.1.6.tar.gz',
30
license='MIT',
31
description='A library that parses nested json or form data to python object',
32
long_description=long_description,
0 commit comments