File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Configuration variables
2
- VERSION =1.7.6
2
+ VERSION =1.7.7
3
3
PROJ_DIR? =$(shell pwd)
4
4
VENV_DIR? =${PROJ_DIR}/.bldenv
5
5
BUILD_DIR =${PROJ_DIR}/build
Original file line number Diff line number Diff line change 14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
"""
17
- version = "1.7.16 "
17
+ version = "1.7.17 "
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = dbt-oracle
3
- version = 1.7.6
3
+ version = 1.7.7
4
4
description = dbt (data build tool) adapter for Oracle Autonomous Database
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 59
59
60
60
url = 'https://github.com/oracle/dbt-oracle'
61
61
62
- VERSION = '1.7.6 '
62
+ VERSION = '1.7.7 '
63
63
setup (
64
64
author = "Oracle" ,
65
65
python_requires = '>=3.8' ,
You can’t perform that action at this time.
0 commit comments