Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Deutsche Telekom MMS GmbH committed Jul 29, 2024
1 parent 0549303 commit 04aef2d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.6](https://github.com/telekom-mms/fortilib/tree/1.0.6) (2024-07-29)

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

**Merged pull requests:**

- fix: dealing with different address types in phase2 interfaces [\#121](https://github.com/telekom-mms/fortilib/pull/121) ([BenjaminBoehm](https://github.com/BenjaminBoehm))

## [1.0.5](https://github.com/telekom-mms/fortilib/tree/1.0.5) (2024-07-29)

[Full Changelog](https://github.com/telekom-mms/fortilib/compare/1.0.4...1.0.5)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "NOC ZED"

# The full version, including alpha/beta/rc tags
release = "1.0.5"
release = "1.0.6"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion fortilib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.5"
__version__ = "1.0.6"

from typing import (
Dict,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fortilib"
version = "1.0.5"
version = "1.0.6"
description = "fortilib - a Python Library to interact with Fortigate Firewalls"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 04aef2d

Please sign in to comment.