Skip to content

Commit 4f7ba58

Browse files
KrisPersonalKrishnanG
andauthored
Bump version to fix team_members primary key (#158)
Co-authored-by: KrishnanG <kgurusamy@talend.com>
1 parent 3126c9d commit 4f7ba58

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+
# 1.10.4
4+
* Fix team_members stream primary Key [#157] (https://github.com/singer-io/tap-github/pull/157)
5+
36
# 1.10.3
47
* Implemented wildcard implementation [#145] (https://github.com/singer-io/tap-github/pull/145)
58
* Added additional test coverage [#145] (https://github.com/singer-io/tap-github/pull/145)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name='tap-github',
6-
version='1.10.3',
6+
version='1.10.4',
77
description='Singer.io tap for extracting data from the GitHub API',
88
author='Stitch',
99
url='http://singer.io',

0 commit comments

Comments
 (0)