We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce285c commit 1bdb576Copy full SHA for 1bdb576
CHANGELOG.md
@@ -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
6
## 1.9.0 (2023.12.19)
7
8
ENHANCEMENTS:
src/distro/distro.py
@@ -55,7 +55,7 @@
55
# Python 3.7
56
TypedDict = dict
57
58
-__version__ = "1.9.0"
+__version__ = "1.10.0"
59
60
61
class VersionDict(TypedDict):
0 commit comments