Skip to content

Commit

Permalink
Merge pull request #146 from patrikspiess/main
Browse files Browse the repository at this point in the history
🔖 Commit version v1.0.3
  • Loading branch information
lucmurer committed Aug 17, 2023
2 parents 3d7b3e9 + 05a9219 commit 1c8d273
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ For unreleased changes see [WHATSNEW.md](WHATSNEW.md)

# [Released]

## [1.0.3] - 2023-08-17

### Added

- Add Python 3.12 pre release to GitHub actions for compatibility checking

### Changed

- Update dependency - certifi (2023.5.7 -> 2023.7.22)
- Logo path in README - now the logo is also displayed on PyPI

### Removed

## [1.0.2] - 2023-08-03

### Changed
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.3] - 2023-08-17

### Added

- Add Python 3.12 pre release to GitHub actions for compatibility checking
Expand Down
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.2"
__version__: str = "1.0.3"
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.2"
version = "1.0.3"
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 1c8d273

Please sign in to comment.