File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
## [ v0.2.6] - 2024-09-09
17
17
18
18
- 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)
21
21
22
22
## [ v0.2.5] - 2024-09-09
23
23
Original file line number Diff line number Diff line change 1
- __version__ = "0.2.5 "
1
+ __version__ = "0.2.6 "
Original file line number Diff line number Diff line change 7
7
8
8
setuptools .setup (
9
9
name = "hololinked" ,
10
- version = "0.2.5 " ,
10
+ version = "0.2.6 " ,
11
11
author = "Vignesh Vaidyanathan" ,
12
12
author_email = "vignesh.vaidyanathan@hololinked.dev" ,
13
13
description = "A ZMQ-based Object Oriented RPC tool-kit for instrument control/data acquisition or controlling generic python objects." ,
You can’t perform that action at this time.
0 commit comments