Skip to content

Commit 434f787

Browse files
committed
update setup and changelog
1 parent e0b1cf7 commit 434f787

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## 6.3.0
4+
* Support allow_nan in message JSON output [#183](https://github.com/singer-io/singer-python/pull/183)
5+
36
## 6.2.3
47
* Default type for non-standard data types is string [#182](https://github.com/singer-io/singer-python/pull/182)
58

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.3',
7+
version='6.3.0',
88
description="Singer.io utility library",
99
author="Stitch",
1010
classifiers=['Programming Language :: Python :: 3 :: Only'],

0 commit comments

Comments
 (0)