Skip to content

Commit

Permalink
Bump to api version v13 (#191)
Browse files Browse the repository at this point in the history
* bump to v13

* Change CHANGElog and setup.py

Co-authored-by: KrisPersonal <66801357+KrisPersonal@users.noreply.github.com>
Co-authored-by: KrishnanG <kgurusamy@talend.com>
  • Loading branch information
3 people authored Jun 15, 2022
1 parent 3318ad9 commit ccf14ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 1.18.3
* Facebook busines API to V13.0 [#191] (https://github.com/singer-io/tap-facebook/pull/191)
## 1.18.2
* Implemented Request Timeout [#173](https://github.com/singer-io/tap-facebook/pull/173)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='tap-facebook',
version='1.18.2',
version='1.18.3',
description='Singer.io tap for extracting data from the Facebook Ads API',
author='Stitch',
url='https://singer.io',
Expand All @@ -13,7 +13,7 @@
'attrs==17.3.0',
'backoff==1.8.0',
'pendulum==1.2.0',
'facebook_business==12.0.0',
'facebook_business==13.0.0',
'requests==2.20.0',
'singer-python==5.10.0',
],
Expand Down

0 comments on commit ccf14ab

Please sign in to comment.