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 7c1157c commit 3d048a4
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.10](https://github.com/telekom-mms/fortilib/tree/1.0.10) (2024-08-06)

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

**Merged pull requests:**

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

## [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)
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.9"
release = "1.0.10"


# -- 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.9"
__version__ = "1.0.10"

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.9"
version = "1.0.10"
description = "fortilib - a Python Library to interact with Fortigate Firewalls"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 3d048a4

Please sign in to comment.