Skip to content

Commit bbd5eaf

Browse files
committed
Start of v1.3 development
1 parent 970f764 commit bbd5eaf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ changes, even if they technically change behavior from *incorrect* to *correct*
1010
and may break applications that rely on *incorrect* or *undefined* behavior or
1111
*undocumented* APIs.
1212

13+
Release 1.3
14+
===========
15+
16+
*Not released yet, no changes yet.*
17+
1318
Release 1.2
1419
===========
1520

multipart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
__author__ = "Marcel Hellkamp"
13-
__version__ = '1.2.0'
13+
__version__ = '1.3.0-dev'
1414
__license__ = "MIT"
1515
__all__ = ["MultipartError", "ParserLimitReached", "ParserError",
1616
"StrictParserError", "ParserStateError", "is_form_request",

0 commit comments

Comments
 (0)