Skip to content

Commit

Permalink
Bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoCeruti committed Aug 23, 2024
1 parent 202ee63 commit 65fcd82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/linuxshowplayer.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<url type="help">https://linux-show-player-users.readthedocs.io/en/latest/index.html</url>
<url type="translate">https://crowdin.com/project/linux-show-player</url>
<releases>
<release version="0.6.4" date="2024-08-23" />
<release version="0.6.3" date="2024-04-13" />
<release version="0.6.2" date="2024-03-09" />
<release version="0.6.1" date="2024-03-02" />
Expand Down
2 changes: 1 addition & 1 deletion docs/user/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lisp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <major>.<minor>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ceppofrancy@gmail.com>"]
license = "GPLv3"
Expand Down

0 comments on commit 65fcd82

Please sign in to comment.