Bump version for v1.2.3 release

Also removed "Beta status" from the classifier list in setup.py
This commit is contained in:
Ritiek Malhotra
2019-12-20 03:09:16 +05:30
parent 12b98c55cc
commit af4ccea206
3 changed files with 3 additions and 2 deletions

View File

@@ -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)

View File

@@ -46,7 +46,6 @@ setup(
"metadata",
],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",

View File

@@ -1 +1 @@
__version__ = "1.2.2"
__version__ = "1.2.3"