Skip to content

Commit cfc7f53

Browse files
authored
Merge pull request #10 from brooklyn-data/classifiers_and_diff_links
Remove Python 3.7 classifier and fix diff links in changelog
2 parents bdaa700 + 5a464f9 commit cfc7f53

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ 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

88

9-
## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v1.2.0...HEAD)
9+
## [Unreleased](https://github.com/brooklyn-data/dbtenv/compare/v1.3.1...HEAD)
1010

1111
### Added
1212

1313
### Changed
1414

1515
### Fixed
1616

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

1919
### Added
2020
- Gracefully abort when dbt versions >= 1.0.0 attempted to install through Homebrew

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ classifiers = [
1313
"Operating System :: MacOS :: MacOS X",
1414
"Operating System :: Microsoft :: Windows",
1515
"Operating System :: POSIX :: Linux",
16-
"Programming Language :: Python :: 3.7",
1716
"Programming Language :: Python :: 3.8",
1817
"Programming Language :: Python :: 3.9"
1918
]

0 commit comments

Comments
 (0)