Skip to content

Commit 867c82e

Browse files
committed
🔖 release v0.1.4
## 0.1.4 * [FIX] incorrect parsing of nested params with closing square bracket `]` in the property name ([#1](#1))
1 parent 1740271 commit 867c82e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.4
2+
3+
* [FIX] incorrect parsing of nested params with closing square bracket `]` in the property name ([#1](https://github.com/techouse/qs_codec/pull/1))
4+
15
## 0.1.3
26

37
* [CHORE] update README.md

src/qs_codec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A query string encoding and decoding library for Python. Ported from qs_codec for JavaScript."""
22

3-
__version__ = "0.1.3"
3+
__version__ = "0.1.4"
44

55
from .decode import decode
66
from .encode import encode

0 commit comments

Comments
 (0)