Skip to content

Commit

Permalink
Release version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woefe committed Oct 17, 2021
1 parent 2e1076d commit 094790f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions doc/ytcc.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH ytcc 1 "Oct 2021" "2.5.0" "ytcc - a subscription wrapper for youtube-dl"
.TH ytcc 1 "Oct 2021" "2.5.1" "ytcc - a subscription wrapper for youtube-dl"
.SH NAME
ytcc - a subscription wrapper for youtube-dl playlists
.SH SYNOPSIS
Expand Down Expand Up @@ -41,11 +41,13 @@ Check the playlist in reverse order. This should be used for playlists where the
.P
.B --help
Show command help and exit.
.SS unsubscribe [OPTIONS] NAME
.SS unsubscribe [OPTIONS] NAMES...

Unsubscribe from a playlist.

Unsubscribes from the playlist identified by NAME.
Unsubscribes from the playlist identified by NAMES. Videos that are on any of the given
playlists will be removed from the database as well, unless the videos are on at least one
playlist not given in NAMES.
.P
.B OPTIONS:
.P
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.0"
__version__ = "2.5.1"
__author__ = __maintainer__ = "Wolfgang Popp"
__email__ = "[email protected]"

Expand Down

0 comments on commit 094790f

Please sign in to comment.