Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 27, 2023
1 parent 607db64 commit d0d29cf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v1.0.0 (2023-06-27)

### Feature

* Drop support for Python 3.7 ([`607db64`](https://github.com/browniebroke/netlify-builds/commit/607db6496b9bc7e76075b02fd0b60b27c996383d))

### Breaking

* Drop support for Python 3.7 as it reached EOL on June 27, 2023. More infos: https://devguide.python.org/versions/ ([`607db64`](https://github.com/browniebroke/netlify-builds/commit/607db6496b9bc7e76075b02fd0b60b27c996383d))

## v0.3.3 (2023-03-27)
### Fix
* **deps:** Update dependency rich to v13.3.3 ([`6332cfa`](https://github.com/browniebroke/netlify-builds/commit/6332cfa6c8cb27bcd2063c098cc856a8054cabd0))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netlify-builds"
version = "0.3.3"
version = "1.0.0"
description = "A command line utility to check build usage across multiple Netlify accounts"
authors = ["Bruno Alla <alla.brunoo@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/netlify_builds/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.3"
__version__ = "1.0.0"

0 comments on commit d0d29cf

Please sign in to comment.