Skip to content

Commit ceeffe6

Browse files
committed
🔖 release v1.2.3
## 1.2.3 * [CHORE] add highlights section to README and docs with key features and usage notes
1 parent b4ec1ff commit ceeffe6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.3
2+
3+
* [CHORE] add highlights section to README and docs with key features and usage notes
4+
15
## 1.2.2
26

37
* [CHORE] update pyproject.toml with improved metadata, optional dev dependencies, and wheel build config

src/qs_codec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616
# Package version (PEP 440). Bump in lockstep with distribution metadata.
17-
__version__ = "1.2.2"
17+
__version__ = "1.2.3"
1818

1919
from .decode import decode, load, loads
2020
from .encode import dumps, encode

0 commit comments

Comments
 (0)