Skip to content

Commit 10b0af0

Browse files
committed
Release v1.4.5
1 parent 18c49b6 commit 10b0af0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
### Changelog
22

3+
#### 1.4.5
4+
5+
* Improve channel function parsing: take mode masters more into consideration
6+
* Better initialization of FixtureType fields
7+
8+
#### 1.4.4
9+
10+
* Handle correctly 32bit channels
11+
* Improve geometry helper
12+
313
#### 1.4.3
414

515
* Add Geometry helpers

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ please cite it as follows:
193193
@software{pygdtf2025,
194194
title = {pyGDTF: Python Library for General Device Type Format},
195195
author = {{OpenStage}},
196-
year = {2025},
197-
version = {1.4.2},
196+
year = {2026},
197+
version = {1.4.5},
198198
url = {https://github.com/open-stage/python-gdtf}
199199
}
200200
```

pygdtf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from .utils import *
4343
from .value import * # type: ignore
4444

45-
__version__ = "1.4.4"
45+
__version__ = "1.4.5"
4646

4747
# Standard predefined colour spaces: R, G, B, W-P
4848
COLOR_SPACE_SRGB = ColorSpaceDefinition(

0 commit comments

Comments
 (0)