Skip to content

Commit 8938cdb

Browse files
committed
update version and edit changelog
1 parent d651a50 commit 8938cdb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
## [v0.2.6] - 2024-09-09
1717

1818
- bug fix events when multiple serializers are used
19-
- events support custom HTTP handlers (not polished yet, use as last resort), not yet compatible with TD
20-
- image event handlers for streaming live video as JPEG and PNG, not yet compatible with TD
19+
- events support custom HTTP handlers (not polished yet, use as last resort, not auto-added to TD)
20+
- image event handlers for streaming live video as JPEG and PNG (not polished yet, not auto-added to TD)
2121

2222
## [v0.2.5] - 2024-09-09
2323

hololinked/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.5"
1+
__version__ = "0.2.6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="hololinked",
10-
version="0.2.5",
10+
version="0.2.6",
1111
author="Vignesh Vaidyanathan",
1212
author_email="vignesh.vaidyanathan@hololinked.dev",
1313
description="A ZMQ-based Object Oriented RPC tool-kit for instrument control/data acquisition or controlling generic python objects.",

0 commit comments

Comments
 (0)