Skip to content

Commit 6ba8a76

Browse files
committed
🐛 fix source distribution, bump version to 2.1.1
1 parent 6af701b commit 6ba8a76

File tree

6 files changed

+13
-4
lines changed

6 files changed

+13
-4
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ exclude src/main_client.cpp
1919
exclude src/main_server.cpp
2020

2121
graft c104
22+
exclude c104/__pycache__
2223

2324
global-exclude **/.*
2425
prune **/tests

c104/__init__.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -3986,4 +3986,4 @@ def set_debug_mode(mode: Debug) -> None:
39863986
-------
39873987
>>> c104.set_debug_mode(mode=c104.Debug.Client|c104.Debug.Connection)
39883988
"""
3989-
__version__: str = '2.1.0'
3989+
__version__: str = '2.1.1'

docs/source/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
==========
33

4+
v2.1.1
5+
-------
6+
7+
Fixes
8+
^^^^^^
9+
10+
- Fixed an issue where the source distribution erroneously included a ``__pycache__`` folder.
11+
412
v2.1.0
513
-------
614

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
# -- Project information -----------------------------------------------------
1111

1212
project = "iec104-python"
13-
copyright = "2020-2024, Fraunhofer Institute for Applied Information Technology FIT"
13+
copyright = "2020-2025, Fraunhofer Institute for Applied Information Technology FIT"
1414
author = "Martin Unkel <[email protected]>"
1515

1616
release = "2.1"
17-
version = "2.1.0"
17+
version = "2.1.1"
1818

1919

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

docs/source/objects.inv

0 Bytes
Binary file not shown.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "c104"
3-
version = "2.1.0"
3+
version = "2.1.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)