Skip to content

Commit b2c3580

Browse files
committed
version 0.9.3.11.19 - 0.9.3.12-beta19
1 parent 1524cce commit b2c3580

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

Changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2025-09-19 s-n-g
2+
* version 0.9.3.11.19 - 0.9.3.12-beta19
3+
* fixing #303 - Crash on adding a station
4+
* updating build_install_pyradio so that it detects pipx even if it
5+
is not provided as a module (executable only)
6+
* updating pyproject.toml
7+
* renaming setup.py to seyup.py.legacy so that it does not interfere
8+
with the modern build chain but keeping a legacy way to build the
9+
package if needed
10+
* updating mpv windows download link
11+
112
2025-09-12 s-n-g
213
* version 0.9.3.11.18 - 0.9.3.12-beta18
314
* both mpv and mplayer will honor the profile set by config

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyradio"
3-
version = "0.9.3.11.18"
3+
version = "0.9.3.11.19"
44
authors = [
55
{ name="Ben Dowling", email="ben.m.dowling@gmail.com" },
66
{ name="Spiros Georgaras", email="sng@hellug.gr" },

pyradio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
" pyradio -- Console radio player. "
33

4-
version_info = (0, 9, 3, 11, 18)
4+
version_info = (0, 9, 3, 11, 19)
55

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

pyradio/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
''' This is PyRadio version this
1818
install.py was released for
1919
'''
20-
PyRadioInstallPyReleaseVersion = '0.9.3.11.18'
20+
PyRadioInstallPyReleaseVersion = '0.9.3.11.19'
2121

2222
locale.setlocale(locale.LC_ALL, "")
2323

pyradio/win.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
https://sourceforge.net/projects/mpv-player-windows/files/latest/download
3838
'''
3939
zurl = [
40-
'https://sourceforge.com/projects/mpv-player-windows/files/64bit/mpv-x86_64-20250907-git-b9ceaf2.7z/download',
40+
'https://sourceforge.com/projects/mpv-player-windows/files/64bit/mpv-x86_64-20250914-git-b9b3106.7z/download',
4141
'https://sourceforge.net/projects/mplayerwin/files/MPlayer-MEncoder/r38151/mplayer-svn-38151-x86_64.7z/download'
4242
]
4343

0 commit comments

Comments
 (0)