From af4ccea206f2d79e3cd4673d2f9aeb8509e323f3 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Fri, 20 Dec 2019 03:09:16 +0530 Subject: [PATCH] Bump version for v1.2.3 release Also removed "Beta status" from the classifier list in setup.py --- CHANGES.md | 2 ++ setup.py | 1 - spotdl/__init__.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 82a3513..0a3d1e8 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.3] - 2019-12-20 ### Added - Added `--no-remove-original-file` ([@NightMachinary](https://github.com/NightMachinary)) (#580) - Added leading Zeros in `track_number` for correct sorting ([@Dsujan](https://github.com/Dsujan)) (#592) diff --git a/setup.py b/setup.py index ec2150c..af22122 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,6 @@ setup( "metadata", ], classifiers=[ - "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python", diff --git a/spotdl/__init__.py b/spotdl/__init__.py index bc86c94..10aa336 100644 --- a/spotdl/__init__.py +++ b/spotdl/__init__.py @@ -1 +1 @@ -__version__ = "1.2.2" +__version__ = "1.2.3"