Skip to content

Commit e4df8d2

Browse files
committed
Release version 0.10.
1 parent 3741976 commit e4df8d2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Changelog
44
dev
55
---
66

7+
0.10 (2023-09-10)
8+
----------------
9+
710
- `notify-send` is now called with `--category im.received`
811
([#27](https://github.com/s3rvac/weechat-notify-send/issues/27)).
912
* Dropped official support for Python 3.5, 3.6, and 3.7. as [they are

notify_send.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
SCRIPT_AUTHOR = 's3rvac'
5151

5252
# Version of the script.
53-
SCRIPT_VERSION = '0.10 (dev)'
53+
SCRIPT_VERSION = '0.10'
5454

5555
# License under which the script is distributed.
5656
SCRIPT_LICENSE = 'MIT'

0 commit comments

Comments
 (0)