Skip to content

Commit 461f58c

Browse files
authored
Merge pull request #11 from oracle/v1.0.2
v1.0.2
2 parents a4511c3 + 3d78a8a commit 461f58c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,4 @@ tests/oracle_1TLS.dbtspec
138138
doc/.docenv
139139
doc/build.gitbak
140140
.gitbak/
141+
.venvpy37

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dbt-core==0.21.1; python_version < '3.7'
2-
dbt-core==1.0.6; python_version >= '3.7'
2+
dbt-core==1.0.7; python_version >= '3.7'
33
dataclasses; python_version < '3.7'
44
cx_Oracle==8.3.0
55

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dbt-oracle
3-
version = 1.0.1
3+
version = 1.0.2
44
description = dbt (data build tool) adapter for the Oracle database
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -31,7 +31,7 @@ packages = find:
3131
include_package_data = True
3232
install_requires =
3333
dbt-core==0.21.1; python_version < '3.7'
34-
dbt-core==1.0.6; python_version >= '3.7'
34+
dbt-core==1.0.7; python_version >= '3.7'
3535
cx_Oracle==8.3.0
3636
dataclasses; python_version < '3.7'
3737
test_suite=tests

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
requirements = [
2626
"dbt-core==0.21.1; python_version < '3.7'",
27-
"dbt-core==1.0.6; python_version >= '3.7'",
27+
"dbt-core==1.0.7; python_version >= '3.7'",
2828
"cx_Oracle==8.3.0",
2929
"dataclasses; python_version < '3.7'"
3030
]
@@ -43,7 +43,7 @@
4343

4444
url = 'https://github.com/oracle/dbt-oracle'
4545

46-
VERSION='1.0.1'
46+
VERSION='1.0.2'
4747
setup(
4848
author="Oracle",
4949
python_requires='>=3.6',

0 commit comments

Comments
 (0)