Skip to content

Commit 8283d09

Browse files
author
semantic-release
committed
1.2.3
Automatically generated by python-semantic-release
1 parent b507f11 commit 8283d09

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v1.2.3 (2026-05-28)
6+
7+
### Bug Fixes
8+
9+
- **symlog**: Align epsilon dead zone with symlog transform
10+
([`b507f11`](https://github.com/Kitware/trame-colormaps/commit/b507f1112badb78800a7f136a921bc0f833c9cdb))
11+
12+
513
## v1.2.2 (2026-05-26)
614

715
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "trame-colormaps"
7-
version = "1.2.2"
7+
version = "1.2.3"
88
description = "Self-contained colormap module for VTK color transfer functions in Trame apps"
99
readme = "README.md"
1010
license = {text = "Apache Software License"}

src/trame_colormaps/__init__.py

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

0 commit comments

Comments
 (0)