Skip to content

Commit 983088c

Browse files
committed
🔖 bump version to 2.2.1, update docs
1 parent a0aa4d5 commit 983088c

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

c104/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4045,4 +4045,4 @@ def set_debug_mode(mode: Debug) -> None:
40454045
-------
40464046
>>> c104.set_debug_mode(mode=c104.Debug.Client|c104.Debug.Connection)
40474047
"""
4048-
__version__: str = '2.2.0'
4048+
__version__: str = '2.2.1'

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
==========
33

4-
v2.2.1 (draft)
4+
v2.2.1
55
-------
66

77
Features

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
author = "Martin Unkel <martin.unkel@fit.fraunhofer.de>"
1515

1616
release = "2.2"
17-
version = "2.2.0"
17+
version = "2.2.1"
1818

1919

2020
# -- General configuration ---------------------------------------------------

docs/source/objects.inv

-4.67 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "c104"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "A Python module to simulate SCADA and RTU communication over protocol 60870-5-104 to research ICT behavior in power grids."
55
readme = {file = "README.md", content-type = "text/markdown"}
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)