Skip to content

Commit deca7be

Browse files
committed
2.0.5 (2025-05-17)
------------------ **Changed:** `FortiGateBase.get_session()`, private to public **Changed:** dependency
1 parent 2a95446 commit deca7be

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ Unreleased
1313
**New:** `FortiGateAPI.monitor` connectors, to work with all `Monitor API` endpoints.
1414

1515

16-
2.0.4 (2025-05-17)
16+
2.0.5 (2025-05-17)
1717
------------------
1818

1919
**Changed:** `FortiGateBase.get_session()`, private to public
2020

21+
**Changed:** dependency
22+
2123
**Added:** example policy_filter_efilter.py
2224

2325

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
project = "fortigate-api"
99
copyright = "2021, Vladimirs Prusakovs"
1010
author = "Vladimirs Prusakovs"
11-
release = "2.0.4"
11+
release = "2.0.5"
1212

1313
extensions = [
1414
"sphinx.ext.autodoc",

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fortigate_api"
3-
version = "2.0.4"
3+
version = "2.0.5"
44
description = "Python package to configure Fortigate (Fortios) devices using REST API and SSH"
55
authors = ["Vladimirs Prusakovs <[email protected]>"]
66
readme = "README.rst"
@@ -26,8 +26,9 @@ classifiers = [
2626
]
2727
[tool.poetry.dependencies]
2828
python = "^3.9"
29-
requests = "^2.28"
30-
vhelpers = "^0.1.17"
29+
#
30+
requests = ">=2.28"
31+
vhelpers = ">=0.4.0"
3132

3233
[tool.poetry.group.test.dependencies]
3334
pytest = "^8.3.4"
@@ -62,7 +63,7 @@ test = ["pytest"]
6263

6364
[tool.poetry.urls]
6465
"Bug Tracker" = "https://github.com/vladimirs-git/fortigate-api/issues"
65-
"Download URL" = "https://github.com/vladimirs-git/fortigate-api/archive/refs/tags/2.0.4.tar.gz"
66+
"Download URL" = "https://github.com/vladimirs-git/fortigate-api/archive/refs/tags/2.0.5.tar.gz"
6667

6768
[tool.pylint]
6869
max-line-length = 100

0 commit comments

Comments
 (0)