From 51d3be378509d0c68b3e0475dcd12a8b12ab5a9d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 04:13:57 +0000 Subject: [PATCH] chore(main): release 0.3.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- version.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ea7fb..c5e6ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/broomva/databricks_session/compare/v0.3.0...v0.3.1) (2024-04-08) + + +### Bug Fixes + +* added workflows module ([6efde17](https://github.com/broomva/databricks_session/commit/6efde179698ce6cbd06f8f6b4dbd7833b623df3d)) + ## [0.3.0](https://github.com/Broomva/databricks_session/compare/v0.2.3...v0.3.0) (2023-11-07) diff --git a/pyproject.toml b/pyproject.toml index b6be6c3..7393b9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "databricks-session" -version = "0.3.0" +version = "0.3.1" description = "A simple util to get a spark and mlflow session objects from an .env file" authors = ["Carlos D. Escobar-Valbuena "] license = "MIT" diff --git a/version.py b/version.py index 493f741..260c070 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.1"