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"