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 Aug 6, 2024
1 parent 1d46337 commit 1f5af35
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.9](https://github.com/telekom-mms/fortilib/tree/1.0.9) (2024-08-06)

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

**Merged pull requests:**

- fix: publish release with ubuntu-24.04 [\#129](https://github.com/telekom-mms/fortilib/pull/129) ([neubi4](https://github.com/neubi4))

## [1.0.8](https://github.com/telekom-mms/fortilib/tree/1.0.8) (2024-08-06)

[Full Changelog](https://github.com/telekom-mms/fortilib/compare/1.0.7...1.0.8)
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.8"
release = "1.0.9"


# -- 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.8"
__version__ = "1.0.9"

from enum import StrEnum
from typing import (
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.8"
version = "1.0.9"
description = "fortilib - a Python Library to interact with Fortigate Firewalls"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 1f5af35

Please sign in to comment.