Skip to content

Commit 294971f

Browse files
authored
Merge pull request #18 from OpenDisplay/release-please--branches--main
chore: release main
2 parents 22ecf06 + ba4bdf1 commit 294971f

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.1",
2+
"packages/python": "0.6.2",
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.2](https://github.com/OpenDisplay/epaper-dithering/compare/python-v0.6.1...python-v0.6.2) (2026-03-07)
4+
5+
6+
### Features
7+
8+
* add py.typed marker and fix strict mypy errors ([22ecf06](https://github.com/OpenDisplay/epaper-dithering/commit/22ecf06199712565a182e0a1dc7ff4c95271c345))
9+
310
## [0.6.1](https://github.com/OpenDisplay/epaper-dithering/compare/python-v0.6.0...python-v0.6.1) (2026-03-06)
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.1"
7+
version = "0.6.2"
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.1"
21+
__version__ = "0.6.2"
2222

2323
__all__ = [
2424
"dither_image",

0 commit comments

Comments
 (0)