Bump version 1.4
This commit is contained in:
parent
46fb9cff5a
commit
378e73177a
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.4
|
||||
|
||||
* Update dependencies and code cleaning
|
||||
|
||||
## 1.3
|
||||
|
||||
* New property for songs: has_subtitles
|
||||
|
|
|
@ -5,7 +5,7 @@ Filesystem based database of songs.
|
|||
import logging
|
||||
|
||||
|
||||
VERSION = "1.3"
|
||||
VERSION = "1.4"
|
||||
|
||||
|
||||
logger = logging.getLogger("negromate.songs")
|
||||
|
|
Loading…
Reference in New Issue