Skip to content

Commit 3e84316

Browse files
author
nick-mccoy
committed
bump version to 0.0.64
1 parent 6e6974a commit 3e84316

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='tap-postgres',
6-
version='0.0.63',
6+
version='0.0.64',
77
description='Singer.io tap for extracting data from PostgreSQL',
88
author='Stitch',
99
url='https://singer.io',

0 commit comments

Comments
 (0)