From 66688d736fa699beeed63af91db2fdc1f8914bb1 Mon Sep 17 00:00:00 2001 From: Leslie VanDeMark <38043390+leslievandemark@users.noreply.github.com> Date: Mon, 22 Mar 2021 16:40:43 -0400 Subject: [PATCH] version bump to 5.12.1 (#147) Co-authored-by: Zach Harris --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0133b7f..6a9ebcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Changelog +## 5.12.1 + * Removes normalize function from `singer.decimal` to avoid scientific notation [#146](https://github.com/singer-io/singer-python/pull/146) ## 5.12.0 * Added support for `singer.decimal` types to transformer [#125](https://github.com/singer-io/singer-python/pull/125) diff --git a/setup.py b/setup.py index 3b4de0d..90df264 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import subprocess setup(name="singer-python", - version='5.12.0', + version='5.12.1', description="Singer.io utility library", author="Stitch", classifiers=['Programming Language :: Python :: 3 :: Only'],