We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48271b commit 66688d7Copy full SHA for 66688d7
2 files changed
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# 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)
4
5
## 5.12.0
6
* Added support for `singer.decimal` types to transformer [#125](https://github.com/singer-io/singer-python/pull/125)
setup.py
@@ -4,7 +4,7 @@
import subprocess
setup(name="singer-python",
7
- version='5.12.0',
+ version='5.12.1',
8
description="Singer.io utility library",
9
author="Stitch",
10
classifiers=['Programming Language :: Python :: 3 :: Only'],
0 commit comments