Skip to content

Commit 2800a8a

Browse files
committed
Set version to 1.4.1, update changelog
1 parent a5ca384 commit 2800a8a

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
Changes in 1.4.1 (2026-06-24):
5+
------------------------------
6+
* Mark package as typed by adding a ``py.typed`` marker file.
7+
48
Changes in 1.4.0 (2026-03-30):
59
------------------------------
610
* Added type hints to the public API for better IDE support and type checking.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version := 1.4.0
1+
version := 1.4.1
22

33
build:
44
python -m build .

discid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from discid.libdiscid import get_default_device
3434
from discid.track import Track
3535

36-
__version__ = "1.4.0"
36+
__version__ = "1.4.1"
3737

3838
__all__ = [
3939
"LIBDISCID_VERSION_STRING",

pyproject.toml

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

55
[project]
66
name = "discid"
7-
version = "1.4.0"
7+
version = "1.4.1"
88
description = "Python binding of Libdiscid"
99
authors = [
1010
{name = "Johannes Dewender", email = "brainz@JonnyJD.net"},

0 commit comments

Comments
 (0)