chore: Bump version 1.5
This commit is contained in:
parent
40d21ac0ee
commit
915b352481
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.5
|
||||||
|
|
||||||
|
* Update readme and fix dependencies
|
||||||
|
* Fix typo
|
||||||
|
|
||||||
## 1.4
|
## 1.4
|
||||||
|
|
||||||
* Update dependencies and code cleaning
|
* Update dependencies and code cleaning
|
||||||
|
|
|
@ -5,7 +5,7 @@ Filesystem based database of songs.
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
||||||
VERSION = "1.4"
|
VERSION = "1.5"
|
||||||
|
|
||||||
|
|
||||||
logger = logging.getLogger("negromate.songs")
|
logger = logging.getLogger("negromate.songs")
|
||||||
|
|
Loading…
Reference in New Issue