Skip to content

Commit 1bdb576

Browse files
committedApr 21, 2024·
Release 1.10.0
1 parent 7ce285c commit 1bdb576

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
## 1.9.0 (2023.12.19)
27

38
ENHANCEMENTS:

‎src/distro/distro.py

+1-1
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)