From 9e578a4fd5aa9c8cd02cd02c4c9b4669639ae551 Mon Sep 17 00:00:00 2001 From: Niall Woodward Date: Sat, 4 Dec 2021 23:04:05 +0000 Subject: [PATCH] 1.3.1 release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a36aba..ef4ca34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +## [1.3.1](https://github.com/brooklyn-data/dbtenv/compare/v1.2.0...v1.3.0) - 2021-12-04 + +### Added +- Gracefully abort when dbt versions >= 1.0.0 attempted to install through Homebrew + +### Changed + ## [1.3.0](https://github.com/brooklyn-data/dbtenv/compare/v1.2.0...v1.3.0) - 2021-12-04 ### Added @@ -21,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Use Poetry for local development and builds. +- Require Python >= 3.8 ## [1.2.0](https://github.com/brooklyn-data/dbtenv/compare/v1.1.1...v1.2.0) - 2021-11-29 diff --git a/pyproject.toml b/pyproject.toml index 36554fc..2fad622 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbtenv" -version = "1.3.0" +version = "1.3.1" description = "dbtenv lets you easily install and run multiple versions of dbt using pip with Python virtual environments, or optionally using Homebrew on Mac or Linux." authors = ["Brooklyn Data Co. "] keywords = ["dbt"]