Skip to content

Commit bf5e717

Browse files
committed
Upgraded version to 1.7.7
1 parent 40b096f commit bf5e717

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configuration variables
2-
VERSION=1.7.6
2+
VERSION=1.7.7
33
PROJ_DIR?=$(shell pwd)
44
VENV_DIR?=${PROJ_DIR}/.bldenv
55
BUILD_DIR=${PROJ_DIR}/build

dbt/adapters/oracle/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
"""
17-
version = "1.7.16"
17+
version = "1.7.17"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dbt-oracle
3-
version = 1.7.6
3+
version = 1.7.7
44
description = dbt (data build tool) adapter for Oracle Autonomous Database
55
long_description = file: README.md
66
long_description_content_type = text/markdown

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
url = 'https://github.com/oracle/dbt-oracle'
6161

62-
VERSION = '1.7.6'
62+
VERSION = '1.7.7'
6363
setup(
6464
author="Oracle",
6565
python_requires='>=3.8',

0 commit comments

Comments
 (0)