Skip to content

Commit 04aef2d

Browse files
author
Deutsche Telekom MMS GmbH
committed
update version
1 parent 0549303 commit 04aef2d

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.6](https://github.com/telekom-mms/fortilib/tree/1.0.6) (2024-07-29)
4+
5+
[Full Changelog](https://github.com/telekom-mms/fortilib/compare/1.0.5...1.0.6)
6+
7+
**Merged pull requests:**
8+
9+
- fix: dealing with different address types in phase2 interfaces [\#121](https://github.com/telekom-mms/fortilib/pull/121) ([BenjaminBoehm](https://github.com/BenjaminBoehm))
10+
311
## [1.0.5](https://github.com/telekom-mms/fortilib/tree/1.0.5) (2024-07-29)
412

513
[Full Changelog](https://github.com/telekom-mms/fortilib/compare/1.0.4...1.0.5)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "NOC ZED"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "1.0.5"
26+
release = "1.0.6"
2727

2828

2929
# -- General configuration ---------------------------------------------------

fortilib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.5"
1+
__version__ = "1.0.6"
22

33
from typing import (
44
Dict,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fortilib"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
description = "fortilib - a Python Library to interact with Fortigate Firewalls"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)