Skip to content

Commit 079bbcf

Browse files
committed
1.3.2
1 parent 5a464f9 commit 079bbcf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v1.3.2...HEAD)
89

9-
## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v1.3.1...HEAD)
10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
## [1.3.2](https://github.com/brooklyn-data/dbtenv/compare/v1.3.1...1.3.2)
1017

1118
### Added
1219

1320
### Changed
1421

1522
### Fixed
23+
- Remove Python 3.7 classifier from pyproject.toml
1624

1725
## [1.3.1](https://github.com/brooklyn-data/dbtenv/compare/v1.3.0...v1.3.1) - 2021-12-04
1826

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbtenv"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
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."
55
authors = ["Brooklyn Data Co. <[email protected]>"]
66
keywords = ["dbt"]

0 commit comments

Comments
 (0)