1 parent 2d3043b commit e66807bCopy full SHA for e66807b
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# pyotgw Changelog
2
3
+### 2.2.3
4
+- Fix status while disconnected (#96)
5
+
6
### 2.2.2
7
- Fix exception order in _attempt_connect()
8
- Update CI actions
setup.py
@@ -13,7 +13,7 @@ def read(fname):
13
14
setup(
15
name="pyotgw",
16
- version="2.2.2",
+ version="2.2.3",
17
author="Milan van Nugteren",
18
author_email="milan@network23.nl",
19
description=(
0 commit comments