Skip to content

Commit 6bafa23

Browse files
committed
- version 0.8.9.12 (0.9-beta9)
- fixing install.py
1 parent 0b84d9f commit 6bafa23

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

Changelog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2022-01-26 s-n-g
2+
* version 0.8.9.12 (0.9-beta9)
3+
* Fixing install.py
4+
15
2022-01-25 s-n-g
26
* version 0.8.9.11 (0.9-beta8)
37
* Fixing (#147): Cannot type "t" in RadioBrowser Search window

README.html

+4
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
143143
<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>
144144
<pre style="height: 200px;">
145145

146+
2022-01-26 s-n-g
147+
* version 0.8.9.12 (0.9-beta9)
148+
* Fixing install.py
149+
146150
2022-01-25 s-n-g
147151
* version 0.8.9.11 (0.9-beta8)
148152
* Fixing (#147): Cannot type "t" in RadioBrowser Search window

pyradio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" pyradio -- Console radio player. "
22

3-
version_info = (0, 8, 9, 11)
3+
version_info = (0, 8, 9, 12)
44

55
# Application state:
66
# New stable version: ''

pyradio/install.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -810,10 +810,10 @@ def _do_it(self, mode='update'):
810810

811811

812812
if __name__ == '__main__':
813-
l=get_github_long_description(use_sng_repo=True)
814-
print(l)
815-
print(get_devel_version())
816-
sys.exit()
813+
# l=get_github_long_description(use_sng_repo=True)
814+
# print(l)
815+
# print(get_devel_version())
816+
# sys.exit()
817817
print_pyradio_on()
818818
print_python3() if PY3 else print_python2()
819819
# print(get_devel_version())

0 commit comments

Comments
 (0)