From 079bbcf4a327962a1952cb6c53fc3234b0eb50d6 Mon Sep 17 00:00:00 2001 From: Niall Woodward Date: Tue, 7 Dec 2021 10:21:40 +0000 Subject: [PATCH] 1.3.2 --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a54c67a..233bd77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,22 @@ 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). +## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v1.3.2...HEAD) -## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v1.3.1...HEAD) +### Added + +### Changed + +### Fixed + +## [1.3.2](https://github.com/brooklyn-data/dbtenv/compare/v1.3.1...1.3.2) ### Added ### Changed ### Fixed +- Remove Python 3.7 classifier from pyproject.toml ## [1.3.1](https://github.com/brooklyn-data/dbtenv/compare/v1.3.0...v1.3.1) - 2021-12-04 diff --git a/pyproject.toml b/pyproject.toml index 8ea4ffe..e9a41d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbtenv" -version = "1.3.1" +version = "1.3.2" 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"]