From 21a1f1a1508e3f41620ff3718348e155b61e97c0 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sun, 28 Apr 2019 17:05:44 +0530 Subject: [PATCH] Bump to v1.2.1 --- CHANGES.md | 7 +++++++ spotdl/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 170d6ccb7..4e23040ec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - +### Fixed +- + +### Changed +- + +## [1.2.1] - 2019-04-28 ### Fixed - Patch bug in Pafy when fetching audiostreams with latest youtube-dl ([@ritiek](https://github.com/ritiek)) (#539) diff --git a/spotdl/__init__.py b/spotdl/__init__.py index c68196d1c..a955fdae1 100644 --- a/spotdl/__init__.py +++ b/spotdl/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.2.1"