Skip to content

Commit

Permalink
- version 0.8.9.12 (0.9-beta9)
Browse files Browse the repository at this point in the history
- fixing install.py
  • Loading branch information
s-n-g committed Jan 26, 2022
1 parent 0b84d9f commit 6bafa23
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2022-01-26 s-n-g
* version 0.8.9.12 (0.9-beta9)
* Fixing install.py

2022-01-25 s-n-g
* version 0.8.9.11 (0.9-beta8)
* Fixing (#147): Cannot type "t" in RadioBrowser Search window
Expand Down
4 changes: 4 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
<h2 id="changelog">Changelog <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></style></h2>
<pre style="height: 200px;">

2022-01-26 s-n-g
* version 0.8.9.12 (0.9-beta9)
* Fixing install.py

2022-01-25 s-n-g
* version 0.8.9.11 (0.9-beta8)
* Fixing (#147): Cannot type "t" in RadioBrowser Search window
Expand Down
2 changes: 1 addition & 1 deletion pyradio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" pyradio -- Console radio player. "

version_info = (0, 8, 9, 11)
version_info = (0, 8, 9, 12)

# Application state:
# New stable version: ''
Expand Down
8 changes: 4 additions & 4 deletions pyradio/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,10 +810,10 @@ def _do_it(self, mode='update'):


if __name__ == '__main__':
l=get_github_long_description(use_sng_repo=True)
print(l)
print(get_devel_version())
sys.exit()
# l=get_github_long_description(use_sng_repo=True)
# print(l)
# print(get_devel_version())
# sys.exit()
print_pyradio_on()
print_python3() if PY3 else print_python2()
# print(get_devel_version())
Expand Down

0 comments on commit 6bafa23

Please sign in to comment.