diff --git a/CHANGELOG.md b/CHANGELOG.md index 57833ac..edf4dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.5 + +* Update readme and fix dependencies +* Fix typo + ## 1.4 * Update dependencies and code cleaning diff --git a/negromate/songs/__init__.py b/negromate/songs/__init__.py index 0ce6e30..7ea4397 100644 --- a/negromate/songs/__init__.py +++ b/negromate/songs/__init__.py @@ -5,7 +5,7 @@ Filesystem based database of songs. import logging -VERSION = "1.4" +VERSION = "1.5" logger = logging.getLogger("negromate.songs")