chore: Bump version 1.5

This commit is contained in:
Ales (Shagi) Zabala Alava 2024-08-29 18:35:07 +02:00
parent 40d21ac0ee
commit 915b352481
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## 1.5
* Update readme and fix dependencies
* Fix typo
## 1.4
* Update dependencies and code cleaning

View File

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