Skip to content

Commit

Permalink
Bump version -> 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
j0nnyr0berts committed Mar 23, 2021
1 parent 4d6d1ae commit 019aa5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools.command.install import install


VERSION = "0.0.14"
VERSION = "0.0.15"

REPO_ROOT = pathlib.Path(__file__).parent

Expand Down

0 comments on commit 019aa5a

Please sign in to comment.