Update CHANGELOG

This commit is contained in:
Sumner Evans
2021-02-11 09:45:57 -07:00
parent 4e86b2bb7f
commit 2c20cb715b
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
v0.11.11.dev1
=============
v0.11.11
========
.. TODO in next release:
.. * A man page has been added. Contributed by @baldurmen.
@@ -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.

View File

@@ -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>"]

View File

@@ -1 +1 @@
__version__ = "0.11.11.dev1"
__version__ = "0.11.11"