Skip to content

Commit a441944

Browse files
committed
Version 1.0.3
1 parent 509e7cb commit a441944

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ SPDX-License-Identifier: LGPL-2.1-or-later
33
SPDX-FileCopyrightText: 2024 igo95862
44
-->
55

6+
## 1.0.3
7+
8+
* Added new `activation_token` signal.
9+
* Fixed `action_invoked` signal having incorrect type for the second argument. (reported by @C0rn3j)
10+
* Fixed missing D-Bus type signatures and result argument names.
11+
* Fixed missing D-Bus method flags.
12+
613
## 1.0.2
714

815
* Fix *create_hints* `urgency` parameter not working. (found and fixed by @dhjw)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
description=('Freedesktop notifications binds for sdbus.'),
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',
32-
version='1.0.2',
32+
version='1.0.3',
3333
url='https://github.com/python-sdbus/python-sdbus-notifications',
3434
author='igo95862',
3535
author_email='igo95862@yandex.ru',

0 commit comments

Comments
 (0)