Skip to content

Commit 62456b8

Browse files
committed
- version 0.9.2.1
- updating docs
1 parent 776ae1a commit 62456b8

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

Changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2023-03-24 s-n-g
2+
* version 0.9.2.1
3+
* do not ask to update stations when first installing pyradio
4+
or when stations.csv has been copied from package
5+
* perform a more thorough check when updating a station
6+
17
2023-03-23 s-n-g
28
* version 0.9.2
39
* implementing "player change" (key: \m)

README.html

+6
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
200200
<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>
201201
<pre style="height: 200px;">
202202

203+
2023-03-24 s-n-g
204+
* version 0.9.2.1
205+
* do not ask to update stations when first installing pyradio
206+
or when stations.csv has been copied from package
207+
* perform a more thorough check when updating a station
208+
203209
2023-03-23 s-n-g
204210
* version 0.9.2
205211
* implementing "player change" (key: \m)

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"
3+
version = "0.9.2.1"
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)
3+
version_info = (0, 9, 2, 1)
44

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

0 commit comments

Comments
 (0)