We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1476c1d commit eb58faaCopy full SHA for eb58faa
CHANGELOG.md
@@ -3,6 +3,10 @@
3
All major and minor version changes will be documented in this file. Details of
4
patch-level version changes can be found in [commit messages](../../commits/master).
5
6
+## 2024.1.1 - 2024/03/17
7
+
8
+- suppress warnings
9
10
## 2024.1 - 2024/01/27
11
12
- remove `imagetools.renderWAlphaOffset` as `blendLayers` now supports this:
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "blendmodes"
-version = "2024.1"
+version = "2024.1.1"
license = "mit"
description = "Use this module to apply a number of blending modes to a background and foreground image"
authors = ["FredHappyface"]
0 commit comments