Skip to content

Commit 66688d7

Browse files
version bump to 5.12.1 (#147)
Co-authored-by: Zach Harris <zharris@talend.com>
1 parent d48271b commit 66688d7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## 5.12.1
3+
* Removes normalize function from `singer.decimal` to avoid scientific notation [#146](https://github.com/singer-io/singer-python/pull/146)
24

35
## 5.12.0
46
* Added support for `singer.decimal` types to transformer [#125](https://github.com/singer-io/singer-python/pull/125)

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

0 commit comments

Comments
 (0)