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 7e133fe commit 4f507e8Copy full SHA for 4f507e8
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 5.6.1
4
+ * Retain argument paths in `parse_args` [#88](https://github.com/singer-io/singer-python/pull/88)
5
+
6
## 5.5.0
7
* Add the ability to specify a default value when getting a bookmark [#95](https://github.com/singer-io/singer-python/pull/95)
8
setup.py
@@ -4,7 +4,7 @@
import subprocess
setup(name="singer-python",
- version='5.6.0',
+ version='5.6.1',
description="Singer.io utility library",
9
author="Stitch",
10
classifiers=['Programming Language :: Python :: 3 :: Only'],
0 commit comments