Skip to content

Commit

Permalink
release: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DatGuy1 committed Sep 1, 2024
1 parent 568aaff commit 423feda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.3.0 (TBD)
1.3.0 (2024-09-01)
===========
- Implemented custom audio file support (#154)

Expand Down
2 changes: 1 addition & 1 deletion src/windows_toasts/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "Windows-Toasts"
__description__ = "Python library used to send toast notifications on Windows machines"
__url__ = "https://github.com/DatGuy1/Windows-Toasts"
__version__ = "1.3.0.dev1"
__version__ = "1.3.0"
__author__ = "DatGuy"
__license__ = "Apache 2.0"

0 comments on commit 423feda

Please sign in to comment.