Skip to content

Commit 14dd958

Browse files
committed
🔖 release v1.6.0
1 parent c153ca9 commit 14dd958

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.6.0-dev
1+
## 1.6.0
22

33
* [CHORE] make `Undefined` internal by removing `qs_codec.Undefined` and its public documentation
44

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.5.2"
17+
__version__ = "1.6.0"
1818

1919
# Public API surface re-exported at the package root.
2020
__all__ = [

0 commit comments

Comments
 (0)