diff --git a/CHANGELOG.md b/CHANGELOG.md index 0033ceb..4b906d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +# 1.2.0 (2023-01-15) ## Updated Changed STATUS_INDUSI_BETRIEBSDATEN so that 500Hz and 1000Hz add option to be in more states per https://forum.zusi.de/viewtopic.php?p=342503#p342503 diff --git a/pyproject.toml b/pyproject.toml index c2134a0..1ed10a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyzusi3" -version = "1.1.1" +version = "1.2.0" description = "Zusi3 TCP Client library with async support and no deps" readme = "README.md" requires-python = ">=3.10.7" # 3.10.6 contains a bug in asyncio we hit here occasionally diff --git a/pyzusi3/__init__.py b/pyzusi3/__init__.py index 545d07d..c68196d 100644 --- a/pyzusi3/__init__.py +++ b/pyzusi3/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" \ No newline at end of file +__version__ = "1.2.0"