Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 10, 2021
1 parent 2e8fac6 commit 4516bc9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

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

## v3.0.0 (2021-05-10)
### Feature
* Fix old Dependencies and python versions ([`ba606dc`](https://github.com/chrismaille/cabrita/commit/ba606dcc168584f7349c22edd0c7a246962ea330))
* Update Python support ([`00f3c45`](https://github.com/chrismaille/cabrita/commit/00f3c453f408911c04d8bf5796ecfd00072ca126))

### Breaking
* This is a major version: ([`ba606dc`](https://github.com/chrismaille/cabrita/commit/ba606dcc168584f7349c22edd0c7a246962ea330))
2 changes: 1 addition & 1 deletion cabrita/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Cabrita initialization."""
__version__ = "2.2.1"
__version__ = "3.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build_command = "python -m pip install -U twine poetry && poetry build"

[tool.poetry]
name = "cabrita"
version = "2.2.1"
version = "3.0.0"
description = "Create dashboard from docker-compose.yml"
authors = ["Chris Maillefaud <chris@megalus.com.br>"]
classifiers=[
Expand Down

0 comments on commit 4516bc9

Please sign in to comment.