Bump version 1.4

This commit is contained in:
Ales (Shagi) Zabala Alava 2024-03-08 09:40:29 +01:00
parent 46fb9cff5a
commit 378e73177a
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 1.4
* Update dependencies and code cleaning
## 1.3
* New property for songs: has_subtitles

View File

@ -5,7 +5,7 @@ Filesystem based database of songs.
import logging
VERSION = "1.3"
VERSION = "1.4"
logger = logging.getLogger("negromate.songs")