Skip to content

Commit 2ed087c

Browse files
author
vprusakovs
committed
0.2.1 (2022-05-21)
------------------ * [change] README.rst * [change] Pipfile
1 parent 28bd306 commit 2ed087c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CHANGELOG
44
=========
55

6-
0.2.0 (2022-05-21)
6+
0.2.1 (2022-05-21)
77
------------------
88
* [change] README.nd changed to README.rst
99
* [change] renamed unique identifier "name" and "id" replaced to "uid"

fortigate_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"FortigateAPI",
2525
]
2626

27-
__version__ = "0.2.0"
27+
__version__ = "0.2.1"
2828
__date__ = "2022-05-21"
2929
__title__ = "fortigate-api"
3030

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import fortigate_api as package
88

9-
VERSION = "0.2.0"
9+
VERSION = "0.2.1"
1010
PACKAGE = package.__title__
1111
PACKAGE_ = package.__title__.lower().replace("-", "_") # PEP 503 normalization
1212
ROOT = pathlib.Path(__file__).parent.resolve()

0 commit comments

Comments
 (0)