Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerevans committed Feb 11, 2021
1 parent 4e86b2b commit 2c20cb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.11.11.dev1
=============
v0.11.11
========

.. TODO in next release:
.. * A man page has been added. Contributed by @baldurmen.
Expand All @@ -21,9 +21,12 @@ v0.11.11.dev1
**Infrastructure**

* Convert entirely over to ``poetry`` from ``setuptools`` for building and
developing and updated the documentation accordingly.
deploying and updated the documentation accordingly.
* Add a custom check to ensure that the version in ``pyproject.toml`` matches
with the other instances of the version.
* Converted to using the ``flatpak-poetry-generator`` instead of the
``flatpak-pip-generator`` for Flatpak builds. Thanks to @BenjaminSchaaf for
the contribution.
* Improvements to the sourcehut build pipelines.
* Improvements to the shell.nix for development.

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.11.dev1"
version = "0.11.11"
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.11.dev1"
__version__ = "0.11.11"

0 comments on commit 2c20cb7

Please sign in to comment.