File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11__title__ = 'drf_nested_formdata'
2- __version__ = '1.1.2 '
2+ __version__ = '1.1.3 '
33__author__ = 'Duke Effiom'
44__license__ = 'MIT'
55__copyright__ = 'Copyright 2021'
Original file line number Diff line number Diff line change 11from collections .abc import Mapping
2- from re import S
32
43from .exceptions import ParseException
54from .mixins import UtilityMixin
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def get_version(package):
2626 name = 'drf_nested_forms' ,
2727 version = version ,
2828 url = 'http://github.com/emperorDuke/nested_formdata' ,
29- download_url = 'http://github.com/emperorDuke/nested_formdata/archive/v1.1.2 .tar.gz' ,
29+ download_url = 'http://github.com/emperorDuke/nested_formdata/archive/v1.1.3 .tar.gz' ,
3030 license = 'MIT' ,
3131 description = 'A library that parses nested json or form data to python object' ,
3232 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments