From 65fcd8219c2f9209308d2034cd58aa204210e7fb Mon Sep 17 00:00:00 2001 From: Francesco Ceruti Date: Fri, 23 Aug 2024 23:02:49 +0200 Subject: [PATCH] Bump version to 0.6.4 --- dist/linuxshowplayer.metainfo.xml | 1 + docs/user/conf.py | 2 +- lisp/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dist/linuxshowplayer.metainfo.xml b/dist/linuxshowplayer.metainfo.xml index 67d53d534..fdad225be 100644 --- a/dist/linuxshowplayer.metainfo.xml +++ b/dist/linuxshowplayer.metainfo.xml @@ -37,6 +37,7 @@ https://linux-show-player-users.readthedocs.io/en/latest/index.html https://crowdin.com/project/linux-show-player + diff --git a/docs/user/conf.py b/docs/user/conf.py index b905c24b4..b5d8b5869 100644 --- a/docs/user/conf.py +++ b/docs/user/conf.py @@ -26,7 +26,7 @@ # The short X.Y version. version = "0.6" # The full version, including alpha/beta/rc tags. -release = "0.6.3" +release = "0.6.4" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/lisp/__init__.py b/lisp/__init__.py index 59aa006f4..5fe719b84 100644 --- a/lisp/__init__.py +++ b/lisp/__init__.py @@ -24,7 +24,7 @@ __email__ = "ceppofrancy@gmail.com" __url__ = "https://github.com/FrancescoCeruti/linux-show-player" __license__ = "GPLv3" -__version_info__ = (0, 6, 3) +__version_info__ = (0, 6, 4) __version__ = ".".join(map(str, __version_info__)) # The version passed follows . diff --git a/pyproject.toml b/pyproject.toml index d0fc346c3..029ece7a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "linux-show-player" -version = "0.6.3" +version = "0.6.4" description = "Cue player for stage productions" authors = ["Francesco Ceruti "] license = "GPLv3"