From 2c20cb715b8ff9c0b8a6fdc207f923807e36d5a0 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Thu, 11 Feb 2021 09:45:57 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.rst | 9 ++++++--- pyproject.toml | 2 +- sublime_music/__init__.py | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a4d64d..223f643 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 080fdcd..dbd1d59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] diff --git a/sublime_music/__init__.py b/sublime_music/__init__.py index eab0754..14a3fb7 100644 --- a/sublime_music/__init__.py +++ b/sublime_music/__init__.py @@ -1 +1 @@ -__version__ = "0.11.11.dev1" +__version__ = "0.11.11"