Skip to content

Commit 0221515

Browse files
author
T-Systems MMS
committed
update version
1 parent 7d9298f commit 0221515

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+
## [0.1.2](https://github.com/T-Systems-MMS/fortilib/tree/0.1.2) (2022-08-19)
4+
5+
[Full Changelog](https://github.com/T-Systems-MMS/fortilib/compare/0.1.1...0.1.2)
6+
7+
**Fixed bugs:**
8+
9+
- Bugfix/missing methods [\#5](https://github.com/T-Systems-MMS/fortilib/pull/5) ([neubi4](https://github.com/neubi4))
10+
311
## [0.1.1](https://github.com/T-Systems-MMS/fortilib/tree/0.1.1) (2022-08-17)
412

513
[Full Changelog](https://github.com/T-Systems-MMS/fortilib/compare/0.1.0...0.1.1)

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

0 commit comments

Comments
 (0)