We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fc37c commit 9e56f16Copy full SHA for 9e56f16
Makefile
@@ -1,5 +1,5 @@
1
# Configuration variables
2
-VERSION=1.1.2rc2
+VERSION=1.1.2
3
PROJ_DIR?=$(shell pwd)
4
VENV_DIR?=${PROJ_DIR}/.bldenv
5
BUILD_DIR=${PROJ_DIR}/build
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = dbt-oracle
-version = 1.1.2rc2
+version = 1.1.2
description = dbt (data build tool) adapter for the Oracle database
long_description = file: README.md
6
long_description_content_type = text/markdown
setup.py
@@ -52,7 +52,7 @@
52
53
url = 'https://github.com/oracle/dbt-oracle'
54
55
-VERSION = '1.1.2rc2'
+VERSION = '1.1.2'
56
setup(
57
author="Oracle",
58
python_requires='>=3.7.2',
0 commit comments