Skip to content

Commit

Permalink
version 0.9.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
s-n-g committed May 10, 2024
1 parent c85d25f commit 2f93b4d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-05-10 s-n-g
* version 0.9.3.6
* fixing #241 - pyradio-recordings folder keeps showing in home directory
* When XDG compliance is forced due to both XDG_DATA_HOME and XDG_STATE_HOME
directories already exist, update the local Desktop file, so that the
Icon point to its new location
* fixing typos

2024-05-06 s-n-g
* version 0.9.3.5
* Config Window changes:
Expand Down
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
<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>
<pre style="height: 200px;">

2024-05-10 s-n-g
* version 0.9.3.6
* fixing #241 - pyradio-recordings folder keeps showing in home directory
* When XDG compliance is forced due to both XDG_DATA_HOME and XDG_STATE_HOME
directories already exist, update the local Desktop file, so that the
Icon point to its new location
* fixing typos

2024-05-06 s-n-g
* version 0.9.3.5
* Config Window changes:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyradio"
version = "0.9.3.5"
version = "0.9.3.6"
authors = [
{ name="Ben Dowling", email="ben.m.dowling@gmail.com" },
{ name="Spiros Georgaras", email="sng@hellug.gr" },
Expand Down
2 changes: 1 addition & 1 deletion pyradio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
" pyradio -- Console radio player. "

version_info = (0, 9, 3, 5)
version_info = (0, 9, 3, 6)

# Set it to True if new stations have been
# added to the package's stations.csv
Expand Down
2 changes: 1 addition & 1 deletion pyradio/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
''' This is PyRadio version this
install.py was released for
'''
PyRadioInstallPyReleaseVersion = '0.9.3.5'
PyRadioInstallPyReleaseVersion = '0.9.3.6'

import locale
locale.setlocale(locale.LC_ALL, "")
Expand Down

0 comments on commit 2f93b4d

Please sign in to comment.