Skip to content

Commit 5840390

Browse files
authored
Merge pull request #21 from OpenDisplay/release-please--branches--main
chore: release main
2 parents 4e9711a + bff31b3 commit 5840390

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/python": "0.6.3",
2+
"packages/python": "0.6.4",
33
"packages/javascript": "2.1.4"
44
}

packages/python/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.4](https://github.com/OpenDisplay/epaper-dithering/compare/python-v0.6.3...python-v0.6.4) (2026-03-07)
4+
5+
6+
### Features
7+
8+
* add GRAYSCALE_8 and GRAYSCALE_16 ([4e9711a](https://github.com/OpenDisplay/epaper-dithering/commit/4e9711a6b4a6545fe4451bce2fef59fef3cbfe3e))
9+
310
## [0.6.3](https://github.com/OpenDisplay/epaper-dithering/compare/python-v0.6.2...python-v0.6.3) (2026-03-07)
411

512

packages/python/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 = "epaper-dithering"
7-
version = "0.6.3"
7+
version = "0.6.4"
88
description = "Dithering algorithms for e-paper/e-ink displays"
99
readme = "README.md"
1010
license = "MIT"

packages/python/src/epaper_dithering/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
ColorScheme,
1919
)
2020

21-
__version__ = "0.6.3"
21+
__version__ = "0.6.4"
2222

2323
__all__ = [
2424
"dither_image",

0 commit comments

Comments
 (0)