Skip to content

Commit

Permalink
🔖 Commit version v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikspiess committed Aug 3, 2023
1 parent 55e3a0b commit 4ff8aae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ For unreleased changes see [WHATSNEW.md](WHATSNEW.md)

# [Released]

## [1.0.1] - 2023-08-03

### Changed

- Improve release process - WHATSNEW.md now handled correctly

## [1.0.0] - 2023-08-03

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

## [1.0.1] - 2023-08-03

### Changed

- Improve release process - WHATSNEW.md now handled correctly
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 = "1.0.0"
__version__: str = "1.0.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 = "1.0.0"
version = "1.0.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 4ff8aae

Please sign in to comment.