Skip to content

Commit 2f618c6

Browse files
changed from version 5.11.0 to 5.12.0 (#143)
1 parent 0892140 commit 2f618c6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 5.12.0
4+
* Added support for `singer.decimal` types to transformer [#125](https://github.com/singer-io/singer-python/pull/125)
5+
36
## 5.11.0
47
* Make `utils.handle_top_exception()` critically log each line of the exception separately so each line is prepended with `CRITICAL` [#141](https://github.com/singer-io/singer-python/pull/141)
58

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

0 commit comments

Comments
 (0)