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 4f5d179 commit 5ee1746Copy full SHA for 5ee1746
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 6.2.1
4
+ * Fixes json schema generation to not treat numbers as dates
5
+ * Fixes json schema generation to handle empty arrays
6
+ * Fixes record transformation to handle fields that could be either formatted string or nested data structure
7
+ * [#177](https://github.com/singer-io/singer-python/pull/177)
8
+
9
## 6.2.0
10
* Adds json schema generation [#175](https://github.com/singer-io/singer-python/pull/175)
11
setup.py
@@ -4,7 +4,7 @@
import subprocess
setup(name="singer-python",
- version='6.2.0',
+ version='6.2.1',
description="Singer.io utility library",
author="Stitch",
classifiers=['Programming Language :: Python :: 3 :: Only'],
0 commit comments