Skip to content

Commit e97e119

Browse files
committed
2.4.2
1 parent edbe920 commit e97e119

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
python3-xapp (2.4.2) wilma; urgency=medium
2+
3+
[ Michael Webster ]
4+
* os.py: Add function to read the VERSION_CODENAME in /etc/os-release.
5+
* os.py: rename get_os_release_codename() to get_os_release_info() and have it return a dictionary of os-release file's contents.
6+
7+
[ Clement Lefebvre ]
8+
* Revert "os.py: rename get_os_release_codename() to get_os_release_info()"
9+
* Revert "os.py: Add function to read the VERSION_CODENAME in /etc/os-release."
10+
11+
[ Matt Turnbull ]
12+
* Make python installation configurable for distro packaging. (#23)
13+
14+
-- Clement Lefebvre <[email protected]> Tue, 04 Jun 2024 14:38:38 +0100
15+
116
python3-xapp (2.4.1) victoria; urgency=medium
217

318
[ Himadri Sekhar Basu ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('python-xapp', version: '2.4.1', meson_version: '>=0.47.0')
1+
project('python-xapp', version : '2.4.2', meson_version : '>=0.47.0')
22

33
pymod = import('python')
44
python3 = pymod.find_installation(get_option('python_target'))

0 commit comments

Comments
 (0)