Skip to content

Commit

Permalink
bump to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Allan committed Jan 9, 2019
1 parent 83f7b0a commit 5f1b09a
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

## 1.3.3
* Include closed issues when we retrieve issues [#45](https://github.com/singer-io/tap-github/pull/45)

## 1.3.2
* Checks responses for an auth error (403) and throws exception [#39](https://github.com/singer-io/tap-github/pull/39)
* Remove `milestone` and add type to `closed_at` in `Issues` schema [#40](https://github.com/singer-io/tap-github/pull/40)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='tap-github',
version='1.3.2',
version='1.3.3',
description='Singer.io tap for extracting data from the GitHub API',
author='Stitch',
url='http://singer.io',
Expand Down

0 comments on commit 5f1b09a

Please sign in to comment.