Skip to content

Commit

Permalink
- version 0.9.2.1
Browse files Browse the repository at this point in the history
- updating docs
  • Loading branch information
s-n-g committed Mar 24, 2023
1 parent 776ae1a commit 62456b8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2023-03-24 s-n-g
* version 0.9.2.1
* do not ask to update stations when first installing pyradio
or when stations.csv has been copied from package
* perform a more thorough check when updating a station

2023-03-23 s-n-g
* version 0.9.2
* implementing "player change" (key: \m)
Expand Down
6 changes: 6 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@ <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;">

2023-03-24 s-n-g
* version 0.9.2.1
* do not ask to update stations when first installing pyradio
or when stations.csv has been copied from package
* perform a more thorough check when updating a station

2023-03-23 s-n-g
* version 0.9.2
* implementing "player change" (key: \m)
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.2"
version = "0.9.2.1"
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,6 +1,6 @@
" pyradio -- Console radio player. "

version_info = (0, 9, 2)
version_info = (0, 9, 2, 1)

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

0 comments on commit 62456b8

Please sign in to comment.