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 Apr 21, 2024
1 parent 7ce285c commit 1bdb576
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 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)]

## 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 1bdb576

Please sign in to comment.