Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
### Changelog

### 1.4.2
#### 1.4.3

* Add Geometry helpers

#### 1.4.2

* Improve GDTF Writer

### 1.4.1
#### 1.4.1

* Ensure DMXChannel has default value

Expand Down
2 changes: 1 addition & 1 deletion pygdtf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from .utils import *
from .value import * # type: ignore

__version__ = "1.4.3-dev1"
__version__ = "1.4.3"

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