From 83dcd52f0fa14ef340d7032ac92994ba8618388d Mon Sep 17 00:00:00 2001 From: Ivan Trusov Date: Thu, 15 Sep 2022 20:42:36 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=200.7.5=20release=20(#48?= =?UTF-8?q?0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ dbx/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2269bc3b..26d83aa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > And empty the **[Unreleased]** section above. ---- +## [0.7.5] - 2022-09-15 + ## Added - 📖 documentation on the dependency management - ✨ failsafe switch for assets-based shared job clusters diff --git a/dbx/__init__.py b/dbx/__init__.py index ed9d4d87..ab55bb1a 100644 --- a/dbx/__init__.py +++ b/dbx/__init__.py @@ -1 +1 @@ -__version__ = "0.7.4" +__version__ = "0.7.5"