Skip to content

Commit

Permalink
Bump version 5.13.0 (#160)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
RushiT0122 and RushiT0122 committed Nov 7, 2022
1 parent bc3d942 commit 2c053f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 5.13.0
* Add support for dev mode argument parsing [#158](https://github.com/singer-io/singer-python/pull/158)

## 5.12.2
* Removes pinned `pytz` version [#152](https://github.com/singer-io/singer-python/pull/152)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import subprocess

setup(name="singer-python",
version='5.12.2',
version='5.13.0',
description="Singer.io utility library",
author="Stitch",
classifiers=['Programming Language :: Python :: 3 :: Only'],
Expand Down

0 comments on commit 2c053f4

Please sign in to comment.