Skip to content

Commit c3b8a31

Browse files
committed
Bump version
1 parent 1a5cd3c commit c3b8a31

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

drf_nested_forms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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'

drf_nested_forms/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from collections.abc import Mapping
2-
from re import S
32

43
from .exceptions import ParseException
54
from .mixins import UtilityMixin

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)