File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.8] ( https://github.com/telekom-mms/fortilib/tree/1.0.8 ) (2024-08-06)
4+
5+ [ Full Changelog] ( https://github.com/telekom-mms/fortilib/compare/1.0.7...1.0.8 )
6+
7+ ** Merged pull requests:**
8+
9+ - fix: publish release with ubuntu-24.04 [ \# 128] ( https://github.com/telekom-mms/fortilib/pull/128 ) ([ neubi4] ( https://github.com/neubi4 ) )
10+
311## [ 1.0.7] ( https://github.com/telekom-mms/fortilib/tree/1.0.7 ) (2024-08-06)
412
513[ Full Changelog] ( https://github.com/telekom-mms/fortilib/compare/1.0.6...1.0.7 )
Original file line number Diff line number Diff line change 2323author = "NOC ZED"
2424
2525# The full version, including alpha/beta/rc tags
26- release = "1.0.7 "
26+ release = "1.0.8 "
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1- __version__ = "1.0.7 "
1+ __version__ = "1.0.8 "
22
33from enum import StrEnum
44from typing import (
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fortilib"
3- version = " 1.0.7 "
3+ version = " 1.0.8 "
44description = " fortilib - a Python Library to interact with Fortigate Firewalls"
55readme = " README.md"
66authors = [
You can’t perform that action at this time.
0 commit comments