Skip to content

Commit 3b5630c

Browse files
committed
version 0.8.9.36 (0.9-beta33)
1 parent e69d406 commit 3b5630c

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

Changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2023-01-16 s-n-g
2+
* version 0.8.9.36 (0.9-beta33)
3+
* fixing config win left ("h") key: will not exit when should be
4+
decreasing a number
5+
* fixing notification settings (pull request #175 from
6+
RaeedAhmed/bugfix/notifications)
7+
* moving execution data to "data" folder
8+
* fixing Desktop file installation (linux)
9+
* fixing pyradio_server man paget to installation
10+
111
2023-01-10 s-n-g
212
* version 0.8.9.35 (0.9-beta32)
313
* fixing call to fix_pyradio_desktop_file during installation

README.html

+10
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,16 @@ <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-16 s-n-g
196+
* version 0.8.9.36 (0.9-beta33)
197+
* fixing config win left ("h") key: will not exit when should be
198+
decreasing a number
199+
* fixing notification settings (pull request #175 from
200+
RaeedAhmed/bugfix/notifications)
201+
* moving execution data to "data" folder
202+
* fixing Desktop file installation (linux)
203+
* fixing pyradio_server man paget to installation
204+
195205
2023-01-10 s-n-g
196206
* version 0.8.9.35 (0.9-beta32)
197207
* fixing call to fix_pyradio_desktop_file during installation

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

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

0 commit comments

Comments
 (0)