Skip to content

Commit

Permalink
Merge pull request #211 from patrikspiess/release
Browse files Browse the repository at this point in the history
Release version v2.1.1
  • Loading branch information
lucmurer committed May 14, 2024
2 parents fc888d8 + c402a57 commit ec4ba0c
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 <patrik.spiess@mgb.ch>", "Lukas Murer-Jäckle <lukas.murer@mgb.ch>"]
readme = "README.md"
Expand Down

0 comments on commit ec4ba0c

Please sign in to comment.