Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HorlogeSkynet committed Oct 26, 2024
1 parent 3bd19e6 commit 8b393de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.10.0 (2024.MM.DD)

ENHANCEMENTS:
* Added support for Armbian release info (`/etc/armbian-release`) [[#366](https://github.com/python-distro/distro/pull/366)]

BUG FIXES:
* Handled `CalledProcessError` when calling `uname`

## 1.9.0 (2023.12.19)

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion src/distro/distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# Python 3.7
TypedDict = dict

__version__ = "1.9.0"
__version__ = "1.10.0"


class VersionDict(TypedDict):
Expand Down

0 comments on commit 8b393de

Please sign in to comment.