Skip to content

Commit 63dcfb1

Browse files
committed
version 0.9.2.9
1 parent 840836f commit 63dcfb1

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

Changelog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2023-06-13 s-n-g
2+
* version 0.9.2.9
3+
* fixing: Remote Control Server does not terminate when
4+
PyRadio is closed with Alt-F4 or using the close button
5+
16
2023-06-13 s-n-g
27
* version 0.9.2.8
38
* \o will open the config directory in a file manager

README.html

+5
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,11 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
207207
<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>
208208
<pre style="height: 200px;">
209209

210+
2023-06-13 s-n-g
211+
* version 0.9.2.9
212+
* fixing: Remote Control Server does not terminate when
213+
PyRadio is closed with Alt-F4 or using the close button
214+
210215
2023-06-13 s-n-g
211216
* version 0.9.2.8
212217
* \o will open the config directory in a file manager

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyradio"
3-
version = "0.9.2.8"
3+
version = "0.9.2.9"
44
authors = [
55
{ name="Ben Dowling", email="[email protected]" },
66
{ name="Spiros Georgaras", email="[email protected]" },

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, 9, 2, 8)
3+
version_info = (0, 9, 2, 9)
44

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

pyradio/install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
''' This is PyRadio version this
1616
install.py was released for
1717
'''
18-
PyRadioInstallPyReleaseVersion = '0.9.2.8'
18+
PyRadioInstallPyReleaseVersion = '0.9.2.9'
1919

2020
import locale
2121
locale.setlocale(locale.LC_ALL, "")

0 commit comments

Comments
 (0)