Skip to content

Commit

Permalink
setup.py and CHANGELOG.md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed Feb 2, 2024
1 parent ac9722a commit 15ff15a
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

## 2.3.0
* Updates to run on python 3.9.6 [#113](https://github.com/singer-io/tap-xero/pull/113)

## 2.2.3
* Adds a workaround for a Xero bug to allow pagination to function properly in the `manual_journals` stream [#104](https://github.com/singer-io/tap-xero/pull/104)

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

setup(name="tap-xero",
version="2.2.3",
version="2.3.0",
description="Singer.io tap for extracting data from the Xero API",
author="Stitch",
url="http://singer.io",
Expand Down

0 comments on commit 15ff15a

Please sign in to comment.