From 8938cdb996f1615cd6a3e34c4424680dd9c0ba41 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Vaidyanathan <62492557+VigneshVSV@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:32:08 +0200 Subject: [PATCH] update version and edit changelog --- CHANGELOG.md | 4 ++-- hololinked/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be09199..9b51512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v0.2.6] - 2024-09-09 - bug fix events when multiple serializers are used -- events support custom HTTP handlers (not polished yet, use as last resort), not yet compatible with TD -- image event handlers for streaming live video as JPEG and PNG, not yet compatible with TD +- events support custom HTTP handlers (not polished yet, use as last resort, not auto-added to TD) +- image event handlers for streaming live video as JPEG and PNG (not polished yet, not auto-added to TD) ## [v0.2.5] - 2024-09-09 diff --git a/hololinked/__init__.py b/hololinked/__init__.py index fe404ae..01ef120 100644 --- a/hololinked/__init__.py +++ b/hololinked/__init__.py @@ -1 +1 @@ -__version__ = "0.2.5" +__version__ = "0.2.6" diff --git a/setup.py b/setup.py index 0c9bdb7..e3ca963 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="hololinked", - version="0.2.5", + version="0.2.6", author="Vignesh Vaidyanathan", author_email="vignesh.vaidyanathan@hololinked.dev", description="A ZMQ-based Object Oriented RPC tool-kit for instrument control/data acquisition or controlling generic python objects.",