We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6974a commit 3e84316Copy full SHA for 3e84316
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# Changelog
2
+
3
+## 0.0.64
4
+ * Pass string to `decimal.Decimal` when handling numeric data type [#67](https://github.com/singer-io/tap-postgres/pull/67)
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
5
setup(name='tap-postgres',
6
- version='0.0.63',
+ version='0.0.64',
7
description='Singer.io tap for extracting data from PostgreSQL',
8
author='Stitch',
9
url='https://singer.io',
0 commit comments