mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-04 00:58:44 -04:00
Bump version
This commit is contained in:
parent
b710f9a164
commit
68f5add0e2
4 changed files with 5 additions and 7 deletions
|
@ -131,9 +131,9 @@ class DownloadCommand(Command):
|
|||
import subprocess
|
||||
|
||||
self.line(
|
||||
"<info>A new version of streamrip <title>v{newest_version}</title>"
|
||||
f"\n<info>A new version of streamrip <title>v{newest_version}</title>"
|
||||
" is available! Run <cmd>pip3 install streamrip --upgrade</cmd>"
|
||||
" to update.</info>"
|
||||
" to update.</info>\n"
|
||||
)
|
||||
|
||||
md_header = re.compile(r"#\s+(.+)")
|
||||
|
@ -152,8 +152,6 @@ class DownloadCommand(Command):
|
|||
|
||||
self.line(release_notes)
|
||||
|
||||
update_p.wait()
|
||||
|
||||
return 0
|
||||
|
||||
|
||||
|
|
|
@ -169,4 +169,4 @@ progress_bar = "dainty"
|
|||
|
||||
[misc]
|
||||
# Metadata to identify this config file. Do not change.
|
||||
version = "1.9"
|
||||
version = "1.9.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue