Skip to content

Commit 946a476

Browse files
committed
version 0.8.9.35 (0.9-beta32)
fixing call to fix_pyradio_desktop_file during installation
1 parent 48c06fe commit 946a476

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-01-10 s-n-g
2+
* version 0.8.9.35 (0.9-beta32)
3+
* fixing call to fix_pyradio_desktop_file during installation
4+
15
2023-01-10 s-n-g
26
* version 0.8.9.34 (0.9-beta31)
37
* fixing a line editor crash

README.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
192192
<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></span></h2>
193193
<pre style="height: 200px;">
194194

195+
2023-01-10 s-n-g
196+
* version 0.8.9.35 (0.9-beta32)
197+
* fixing call to fix_pyradio_desktop_file during installation
198+
195199
2023-01-10 s-n-g
196200
* version 0.8.9.34 (0.9-beta31)
197201
* fixing a line editor crash

devel/build_install_pyradio

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ then
489489
put_exec_to_mac_path "${HOMEBREW}"
490490
else
491491
if [ ! -z "$(grep 'distro = None' pyradio/config)" ];then
492+
chmod +x ./devel/fix_pyradio_desktop_file
492493
if [ -z "${REQ_TERMINAL}" ];then
493494
./devel/fix_pyradio_desktop_file -i
494495
else

pyradio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" pyradio -- Console radio player. "
22

3-
version_info = (0, 8, 9, 34)
3+
version_info = (0, 8, 9, 35)
44

55
# Set it to True if new stations have been
66
# added to the package's stations.csv

0 commit comments

Comments
 (0)