Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.0.9
* Dependabot update [#7](https://github.com/singer-io/tap-mailshake/pull/7)

## 0.0.8
* Fix other usage of unencoded api key.

Expand All @@ -23,4 +26,4 @@
* Refactors transformations (#1)[https://github.com/singer-io/tap-mailshake/pull/1]

## 0.0.1
* Initial commit
* Initial commit
6 changes: 3 additions & 3 deletions setup.py
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
from setuptools import setup, find_packages

setup(name='tap-mailshake',
version='0.0.8',
version='0.0.9',
description='Singer.io tap for extracting data from the Mailshake API',
author='nick.civili@bytecode.io',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_mailshake'],
install_requires=[
'backoff==1.8.0',
'requests==2.22.0',
'requests==2.31.0',
'singer-python==5.8.1'
],
entry_points='''
Expand All @@ -23,4 +23,4 @@
'schemas/*.json',
'tests/*.py'
]
})
})