Skip to content

Commit 7a26136

Browse files
committed
chore(localorender): upgrade to 1.0.2
1 parent cdc1739 commit 7a26136

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/localorender/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] - 2025-02-28
9+
10+
### fixed
11+
12+
- Nuke-16 compatibility (PySide6)
13+
14+
815
## [1.0.1] - 2024-09-12
916

1017
### fixed

src/localorender/localorender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
APPNAME = "LocaloRender"
2828
LOGGER = logging.getLogger(APPNAME)
2929

30-
__version__ = "1.0.1"
30+
__version__ = "1.0.2"
3131

3232

3333
def get_write_node_paths_by_frame(write_node, frames, views):

0 commit comments

Comments
 (0)