Skip to content

Commit bfeb5ef

Browse files
committed
New version: 0.24.4
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent 7262767 commit bfeb5ef

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
0.24.4
2+
======
3+
Recommended development release: Fedora 41
4+
5+
- Add device attributes unset():
6+
https://github.com/pyudev/pyudev/pull/525
7+
8+
- Remove license classifier deprecated by PEP 639:
9+
https://github.com/pyudev/pyudev/pull/522
10+
11+
- Tidies and Maintenance:
12+
https://github.com/pyudev/pyudev/pull/526
13+
https://github.com/pyudev/pyudev/pull/524
14+
https://github.com/pyudev/pyudev/pull/521
15+
https://github.com/pyudev/pyudev/pull/520
16+
https://github.com/pyudev/pyudev/pull/518
17+
https://github.com/pyudev/pyudev/pull/512
18+
https://github.com/pyudev/pyudev/pull/511
19+
120
0.24.3
221
======
322
Recommended development release: Fedora 40

src/pyudev/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
.. moduleauthor:: mulhern <amulhern@redhat.com>
2424
"""
2525

26-
__version_info__ = (0, 24, 3, "")
26+
__version_info__ = (0, 24, 4, "")
2727
__version__ = (
2828
f'{".".join(str(x) for x in __version_info__[:3])}'
2929
f'{"".join(str(x) for x in __version_info__[3:])}'

0 commit comments

Comments
 (0)