Skip to content

Commit 5e38388

Browse files
author
T-Systems MMS
committed
update version
1 parent bfcd6f6 commit 5e38388

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 = "0.1.7"
26+
release = "0.1.8"
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__ = "0.1.7"
1+
__version__ = "0.1.8"
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 = "0.1.7"
3+
version = "0.1.8"
44
description = "fortilib - a Python Library to interact with Fortigate Firewalls"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)