Skip to content

Commit 5b178b9

Browse files
committed
3.0.3
1 parent 838128c commit 5b178b9

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
python3-xapp (3.0.3) zena; urgency=medium
2+
3+
[ Michael Webster ]
4+
* .github/workflows: Add generate-test-packages trigger.
5+
* os.py: Add add_network_proxy_to_env() to replace proxygsettings.py use everywhere.
6+
7+
[ Clement Lefebvre ]
8+
* Implement Dialog
9+
10+
-- Clement Lefebvre <root@linuxmint.com> Mon, 18 May 2026 13:20:42 +0100
11+
112
python3-xapp (3.0.2) zena; urgency=medium
213

314
* l10n: Update translations

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 : '3.0.2', meson_version : '>=0.47.0')
1+
project('python-xapp', version : '3.0.3', meson_version : '>=0.47.0')
22

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

0 commit comments

Comments
 (0)