Skip to content

Commit 8b393de

Browse files
committed
Release 1.10.0
1 parent 3bd19e6 commit 8b393de

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.10.0 (2024.MM.DD)
2+
3+
ENHANCEMENTS:
4+
* Added support for Armbian release info (`/etc/armbian-release`) [[#366](https://github.com/python-distro/distro/pull/366)]
5+
6+
BUG FIXES:
7+
* Handled `CalledProcessError` when calling `uname`
8+
19
## 1.9.0 (2023.12.19)
210

311
ENHANCEMENTS:

src/distro/distro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Python 3.7
5656
TypedDict = dict
5757

58-
__version__ = "1.9.0"
58+
__version__ = "1.10.0"
5959

6060

6161
class VersionDict(TypedDict):

0 commit comments

Comments
 (0)