Skip to content

Commit 2f93b4d

Browse files
committed
version 0.9.3.6
1 parent c85d25f commit 2f93b4d

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

Changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2024-05-10 s-n-g
2+
* version 0.9.3.6
3+
* fixing #241 - pyradio-recordings folder keeps showing in home directory
4+
* When XDG compliance is forced due to both XDG_DATA_HOME and XDG_STATE_HOME
5+
directories already exist, update the local Desktop file, so that the
6+
Icon point to its new location
7+
* fixing typos
8+
19
2024-05-06 s-n-g
210
* version 0.9.3.5
311
* Config Window changes:

docs/index.html

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

209+
2024-05-10 s-n-g
210+
* version 0.9.3.6
211+
* fixing #241 - pyradio-recordings folder keeps showing in home directory
212+
* When XDG compliance is forced due to both XDG_DATA_HOME and XDG_STATE_HOME
213+
directories already exist, update the local Desktop file, so that the
214+
Icon point to its new location
215+
* fixing typos
216+
209217
2024-05-06 s-n-g
210218
* version 0.9.3.5
211219
* Config Window changes:

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.3.5"
3+
version = "0.9.3.6"
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,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
" pyradio -- Console radio player. "
33

4-
version_info = (0, 9, 3, 5)
4+
version_info = (0, 9, 3, 6)
55

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

pyradio/install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
''' This is PyRadio version this
1717
install.py was released for
1818
'''
19-
PyRadioInstallPyReleaseVersion = '0.9.3.5'
19+
PyRadioInstallPyReleaseVersion = '0.9.3.6'
2020

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

0 commit comments

Comments
 (0)