Skip to content

Commit

Permalink
Merge pull request #10 from brooklyn-data/classifiers_and_diff_links
Browse files Browse the repository at this point in the history
Remove Python 3.7 classifier and fix diff links in changelog
  • Loading branch information
NiallRees authored Dec 7, 2021
2 parents bdaa700 + 5a464f9 commit cfc7f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ 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.2.0...HEAD)
## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v1.3.1...HEAD)

### Added

### Changed

### Fixed

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

### Added
- Gracefully abort when dbt versions >= 1.0.0 attempted to install through Homebrew
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ classifiers = [
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9"
]
Expand Down

0 comments on commit cfc7f53

Please sign in to comment.