From 019aa5a42b022387b5712050f212757a42bcdec6 Mon Sep 17 00:00:00 2001 From: Jonathan Roberts Date: Tue, 23 Mar 2021 11:17:37 +0000 Subject: [PATCH] Bump version -> 0.0.15 --- CHANGELOG.txt | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5f1e28d3..acddafce 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.15] - 2021-03-23 +### Addition + - Add Databricks db client + ## [0.0.14] - 2021-03-17 ### Fix - Temporarily pin sqlalchemy to <1.4 due to deprecated ResultProxy interface diff --git a/setup.py b/setup.py index 23d30654..4432ebdb 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools.command.install import install -VERSION = "0.0.14" +VERSION = "0.0.15" REPO_ROOT = pathlib.Path(__file__).parent