Skip to content

Commit 4f507e8

Browse files
author
nick-mccoy
committed
bump version to 5.6.1
1 parent 7e133fe commit 4f507e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.6.1
4+
* Retain argument paths in `parse_args` [#88](https://github.com/singer-io/singer-python/pull/88)
5+
36
## 5.5.0
47
* Add the ability to specify a default value when getting a bookmark [#95](https://github.com/singer-io/singer-python/pull/95)
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.6.0',
7+
version='5.6.1',
88
description="Singer.io utility library",
99
author="Stitch",
1010
classifiers=['Programming Language :: Python :: 3 :: Only'],

0 commit comments

Comments
 (0)