Skip to content

Commit

Permalink
Releasing 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aosingh committed Aug 3, 2022
1 parent 49fc37c commit 9e56f16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
# Configuration variables
VERSION=1.1.2rc2
VERSION=1.1.2
PROJ_DIR?=$(shell pwd)
VENV_DIR?=${PROJ_DIR}/.bldenv
BUILD_DIR=${PROJ_DIR}/build
Expand Down
2 changes: 1 addition & 1 deletion 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
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -52,7 +52,7 @@

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

VERSION = '1.1.2rc2'
VERSION = '1.1.2'
setup(
author="Oracle",
python_requires='>=3.7.2',
Expand Down

0 comments on commit 9e56f16

Please sign in to comment.