Skip to content

Commit

Permalink
2.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dipankar Pal <[email protected]>
  • Loading branch information
deep5050 committed Oct 30, 2023
1 parent 9a8b7a7 commit feee96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.8.1
## 2.9.0

1. Fetch current playing track info from runtime commands 🎶 ⚡
2. Sort results with several parameters like: click-count, popularity, bitrate, random etc. `--sort`
Expand Down
2 changes: 1 addition & 1 deletion radioactive/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class App:
def __init__(self):
self.__VERSION__ = "2.8.1" # change this on every update #
self.__VERSION__ = "2.9.0" # change this on every update #
self.pypi_api = "https://pypi.org/pypi/radio-active/json"
self.remote_version = ""

Expand Down

0 comments on commit feee96c

Please sign in to comment.