Skip to content

Commit 5ee1746

Browse files
committed
bump version and add changelog entry
1 parent 4f5d179 commit 5ee1746

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 6.2.0
410
* Adds json schema generation [#175](https://github.com/singer-io/singer-python/pull/175)
511

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import subprocess
55

66
setup(name="singer-python",
7-
version='6.2.0',
7+
version='6.2.1',
88
description="Singer.io utility library",
99
author="Stitch",
1010
classifiers=['Programming Language :: Python :: 3 :: Only'],

0 commit comments

Comments
 (0)