Skip to content

Commit f35e244

Browse files
author
Deutsche Telekom MMS GmbH
committed
update version
1 parent 08b3afb commit f35e244

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
22

3-
## [0.1.9](https://github.com/telekom-mms/fortilib/tree/0.1.9) (2023-11-08)
3+
## [1.0.0](https://github.com/telekom-mms/fortilib/tree/1.0.0) (2023-11-09)
44

5-
[Full Changelog](https://github.com/telekom-mms/fortilib/compare/0.1.8...0.1.9)
5+
[Full Changelog](https://github.com/telekom-mms/fortilib/compare/0.1.8...1.0.0)
66

77
**Merged pull requests:**
88

9+
- feat: added access token login method [\#57](https://github.com/telekom-mms/fortilib/pull/57) ([neubi4](https://github.com/neubi4))
910
- chore\(deps\): update dependency black to v23.11.0 [\#56](https://github.com/telekom-mms/fortilib/pull/56) ([renovate[bot]](https://github.com/apps/renovate))
1011
- fix\(deps\): update dependency httpx to v0.25.1 [\#55](https://github.com/telekom-mms/fortilib/pull/55) ([renovate[bot]](https://github.com/apps/renovate))
1112
- chore\(deps\): update dependency pytest to v7.4.3 [\#54](https://github.com/telekom-mms/fortilib/pull/54) ([renovate[bot]](https://github.com/apps/renovate))

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

0 commit comments

Comments
 (0)