We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c153ca9 commit 14dd958Copy full SHA for 14dd958
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 1.6.0-dev
+## 1.6.0
2
3
* [CHORE] make `Undefined` internal by removing `qs_codec.Undefined` and its public documentation
4
src/qs_codec/__init__.py
@@ -14,7 +14,7 @@
14
"""
15
16
# Package version (PEP 440). Bump in lockstep with distribution metadata.
17
-__version__ = "1.5.2"
+__version__ = "1.6.0"
18
19
# Public API surface re-exported at the package root.
20
__all__ = [
0 commit comments