File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
1200.24.3
221======
322Recommended development release: Fedora 40
Original file line number Diff line number Diff line change 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 :])} '
You can’t perform that action at this time.
0 commit comments