diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7d0d0f6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ + + +## 1.0.2 + +* Fix *create_hints* `urgency` parameter not working. (found and fixed by @dhjw) + +## 1.0.1 + +* Increase minimum sdbus version to 0.8rc2 + +## 1.0.0 + +Initial release. diff --git a/README.md b/README.md index 08b90c0..37b5c65 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ + + [![Documentation Status](https://readthedocs.org/projects/python-sdbus-notifications/badge/?version=latest)](https://python-sdbus-notifications.readthedocs.io/en/latest/?badge=latest) +[![PyPI - Version](https://img.shields.io/pypi/v/sdbus-notifications)](https://pypi.org/project/sdbus-notifications/) + # Freedesktop notifications binds for python-sdbus -Supports both asyncio (under `sdbus_async.notifications` module) and blocking (under `sdbus_block.notifications` module) +Supports both asyncio (under `sdbus_async.notifications` module) and blocking (under `sdbus_block.notifications` module) Implemented: @@ -12,7 +19,7 @@ Implemented: * `python-sdbus` version higher than 0.8rc2 -See [python-sdbus requirements](https://github.com/igo95862/python-sdbus#requirements). +See [python-sdbus requirements](https://github.com/python-sdbus/python-sdbus#requirements). ## Installation @@ -20,6 +27,6 @@ See [python-sdbus requirements](https://github.com/igo95862/python-sdbus#require # [Documentation](https://python-sdbus-notifications.readthedocs.io/en/latest/) -This is the sub-project of [python-sdbus](https://github.com/igo95862/python-sdbus). +This is the sub-project of [python-sdbus](https://github.com/python-sdbus/python-sdbus). See the [python-sdbus documentation](https://python-sdbus.readthedocs.io/en/latest/). diff --git a/setup.py b/setup.py index a3a9607..a985ce9 100644 --- a/setup.py +++ b/setup.py @@ -29,19 +29,25 @@ description=('Freedesktop notifications binds for sdbus.'), long_description=long_description, long_description_content_type='text/markdown', - version='1.0.1', - url='https://github.com/igo95862/python-sdbus', + version='1.0.2', + url='https://github.com/python-sdbus/python-sdbus-notifications', author='igo95862', author_email='igo95862@yandex.ru', license='LGPL-2.1-or-later', keywords='dbus notifications linux freedesktop', project_urls={ - 'Documentation': 'https://python-sdbus.readthedocs.io/en/latest/', - 'Source': 'https://github.com/igo95862/python-sdbus/', - 'Tracker': 'https://github.com/igo95862/python-sdbus/issues/', + 'Documentation': ( + 'https://python-sdbus-notifications.readthedocs.io/en/latest/' + ), + 'Source': ( + 'https://github.com/python-sdbus/python-sdbus-notifications' + ), + 'Tracker': ( + 'https://github.com/python-sdbus/python-sdbus-notifications/issues' + ), }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', ( 'License :: OSI Approved :: '