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 e0b1cf7 commit 434f787Copy full SHA for 434f787
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 6.3.0
4
+ * Support allow_nan in message JSON output [#183](https://github.com/singer-io/singer-python/pull/183)
5
+
6
## 6.2.3
7
* Default type for non-standard data types is string [#182](https://github.com/singer-io/singer-python/pull/182)
8
setup.py
@@ -4,7 +4,7 @@
import subprocess
setup(name="singer-python",
- version='6.2.3',
+ version='6.3.0',
description="Singer.io utility library",
9
author="Stitch",
10
classifiers=['Programming Language :: Python :: 3 :: Only'],
0 commit comments