Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dreinhold committed Mar 20, 2024
1 parent 3c88a8c commit e7198e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Trunk Player
============

### Version 0.1.3
### Version 0.1.4

Python Django web frontend for playing recorded radio transmisisons. The audio files are recorded using [Trunk Recoder](https://github.com/robotastic/trunk-recorder).

Expand Down
2 changes: 1 addition & 1 deletion radio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
logger = logging.getLogger(__name__)


VERSION = (0, 0, 7, 'beta', 1)
VERSION = (0, 1, 4, 'beta', 1)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit e7198e6

Please sign in to comment.