Skip to content

Commit eb58faa

Browse files
committed
rel 2024.1.1
1 parent 1476c1d commit eb58faa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All major and minor version changes will be documented in this file. Details of
44
patch-level version changes can be found in [commit messages](../../commits/master).
55

6+
## 2024.1.1 - 2024/03/17
7+
8+
- suppress warnings
9+
610
## 2024.1 - 2024/01/27
711

812
- remove `imagetools.renderWAlphaOffset` as `blendLayers` now supports this:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "blendmodes"
3-
version = "2024.1"
3+
version = "2024.1.1"
44
license = "mit"
55
description = "Use this module to apply a number of blending modes to a background and foreground image"
66
authors = ["FredHappyface"]

0 commit comments

Comments
 (0)