From b24802f8159cc5644e7d046349cf11f8e93a0457 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Fri, 10 Jan 2020 15:01:29 +0530 Subject: [PATCH] Bump to v1.2.4 --- CHANGES.md | 2 ++ spotdl/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c3e1580..5b48b85 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.2.4] - 2020-01-10 ### Fixed - Fixed a crash occuring when lyrics for a track are not yet released on Genius ([@ritiek](https://github.com/ritiek)) (#654) diff --git a/spotdl/__init__.py b/spotdl/__init__.py index 10aa336..b3f9ac7 100644 --- a/spotdl/__init__.py +++ b/spotdl/__init__.py @@ -1 +1 @@ -__version__ = "1.2.3" +__version__ = "1.2.4"