Skip to content

Commit

Permalink
🔖 Commit version v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikspiess committed May 14, 2024
1 parent fc888d8 commit c402a57
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ For unreleased changes see [WHATSNEW.md](WHATSNEW.md)

# [Released]

## [2.1.1] - 2024-05-14

### Changed

- Upgrade black to ~24.03.0 due to dependabot warning
- Upgrade jinja2 to ~3.1.4 due to dependabot warning
- Upgrade pylint to ~3.1.0
- Minor update of several dependencies

## [2.1.0] - 2024-03-05

### Added
Expand Down
6 changes: 2 additions & 4 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
### Added

## [2.1.1] - 2024-05-14

### Changed

- Upgrade black to ~24.03.0 due to dependabot warning
- Upgrade jinja2 to ~3.1.4 due to dependabot warning
- Upgrade pylint to ~3.1.0
- Minor update of several dependencies

### Removed

2 changes: 1 addition & 1 deletion fotoobo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .fortinet import FortiAnalyzer, FortiClientEMS, FortiGate, FortiManager

__all__ = ["FortiAnalyzer", "FortiClientEMS", "FortiGate", "FortiManager"]
__version__: str = "2.1.0"
__version__: str = "2.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "fotoobo"
version = "2.1.0"
version = "2.1.1"
description = "The awesome Fortinet Toolbox"
authors = ["Patrik Spiess <[email protected]>", "Lukas Murer-Jäckle <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit c402a57

Please sign in to comment.