File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 2323author = "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 ---------------------------------------------------
Original file line number Diff line number Diff line change 1- __version__ = "0.1.1 "
1+ __version__ = "0.1.2 "
22
33from typing import (
44 Dict ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fortilib"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " fortilib - a Python Library to interact with Fortigate Firewalls"
55readme = " README.md"
66authors = [
You can’t perform that action at this time.
0 commit comments