Skip to content

Commit

Permalink
changelog: update for v0.11.16
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerevans committed Nov 11, 2021
1 parent 91d753b commit c0c76fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.11.16
========

* Bug fix release: fixed a regression caused by the "fix" in v0.11.15.

v0.11.15
========

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sublime_music"
version = "0.11.15"
version = "0.11.16"
description = "A native GTK *sonic client."
license = "GPL-3.0-or-later"
authors = ["Sumner Evans <inquiries@sumnerevans.com>"]
Expand Down
2 changes: 1 addition & 1 deletion sublime_music/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.15"
__version__ = "0.11.16"

0 comments on commit c0c76fd

Please sign in to comment.