Skip to content

Commit 2c053f4

Browse files
RushiT0122RushiT0122
andauthored
Bump version 5.13.0 (#160)
* Bump version 5.13.0 * update changelog for dev mode argument parsing * change versioning to minor version bump Co-authored-by: RushiT0122 <rtodkar@stitchdata-talend.com>
1 parent bc3d942 commit 2c053f4

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.13.0
4+
* Add support for dev mode argument parsing [#158](https://github.com/singer-io/singer-python/pull/158)
5+
36
## 5.12.2
47
* Removes pinned `pytz` version [#152](https://github.com/singer-io/singer-python/pull/152)
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.12.2',
7+
version='5.13.0',
88
description="Singer.io utility library",
99
author="Stitch",
1010
classifiers=['Programming Language :: Python :: 3 :: Only'],

0 commit comments

Comments
 (0)