Skip to content

Commit 3d048a4

Browse files
author
Deutsche Telekom MMS GmbH
committed
update version
1 parent 7c1157c commit 3d048a4

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.10](https://github.com/telekom-mms/fortilib/tree/1.0.10) (2024-08-06)
4+
5+
[Full Changelog](https://github.com/telekom-mms/fortilib/compare/1.0.9...1.0.10)
6+
7+
**Merged pull requests:**
8+
9+
- fix: publish release with ubuntu-24.04 [\#130](https://github.com/telekom-mms/fortilib/pull/130) ([neubi4](https://github.com/neubi4))
10+
311
## [1.0.9](https://github.com/telekom-mms/fortilib/tree/1.0.9) (2024-08-06)
412

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

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.9"
26+
release = "1.0.10"
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.9"
1+
__version__ = "1.0.10"
22

33
from enum import StrEnum
44
from typing import (

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

0 commit comments

Comments
 (0)