Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
meltano
tap-gitlab
Commits
2657b89e
Commit
2657b89e
authored
Dec 23, 2020
by
Douwe Maan
Browse files
Bump version to 0.9.11
parent
adffdc48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGELOG.md
CHANGELOG.md
+3
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
2657b89e
# Changelog
## 0.9.11
*
[
#33
](
https://gitlab.com/meltano/tap-gitlab/-/issues/33
)
Fix support for
`start_date`
s without a timestamp or timezone by assuming UTC
## 0.9.10
*
[
#31
](
https://gitlab.com/meltano/tap-gitlab/-/issues/31
)
`start_date`
takes precedence over state timestamp when it is more recent
...
...
setup.py
View file @
2657b89e
...
...
@@ -3,7 +3,7 @@
from
setuptools
import
setup
setup
(
name
=
'tap-gitlab'
,
version
=
'0.9.1
0
'
,
version
=
'0.9.1
1
'
,
description
=
'Singer.io tap for extracting data from the GitLab API'
,
author
=
'Meltano Team && Stitch'
,
url
=
'https://singer.io'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment