Skip to content

Commit

Permalink
Release version 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
woefe committed Mar 10, 2022
1 parent 74f92c0 commit b28b2b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/ytcc.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ytcc 1 "Nov 2021" "2.5.4" "ytcc manual"
.TH ytcc 1 "Mar 2022" "2.5.5" "ytcc manual"
.SH NAME
ytcc - Command line tool to keep track of your favorite playlists on YouTube and many other places
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions scripts/completions/bash/ytcc.completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ _ytcc_completion() {
IFS=',' read type value <<< "$completion"

if [[ $type == 'dir' ]]; then
COMREPLY=()
COMPREPLY=()
compopt -o dirnames
elif [[ $type == 'file' ]]; then
COMREPLY=()
COMPREPLY=()
compopt -o default
elif [[ $type == 'plain' ]]; then
COMPREPLY+=($value)
Expand Down
2 changes: 1 addition & 1 deletion ytcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""

__license__ = "GPLv3"
__version__ = "2.5.4"
__version__ = "2.5.5"
__author__ = __maintainer__ = "Wolfgang Popp"
__email__ = "[email protected]"

Expand Down

0 comments on commit b28b2b1

Please sign in to comment.