Add 3.2.1

This commit is contained in:
Hugo van Kemenade 2020-03-05 00:46:04 +02:00 committed by GitHub
parent 9622fca501
commit dfb694f2a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [3.2.1] - 2020-03-05
### Added ### Fixed
TODO
### Changed * Only Python 3 is supported: don't create universal wheel (#318) @hugovk
TODO * Fix regression calling `get_recent_tracks` with `limit=None` (#320) @hugovk
### Deprecated * Fix `DeprecationWarning`: Please use `assertRegex` instead (#323) @hugovk
TODO
### Removed
TODO
## [3.2.0] - 2020-01-03 ## [3.2.0] - 2020-01-03
### Added ### Added
@ -70,7 +67,7 @@ TODO
* Support for Python 2.7 ([#265]) * Support for Python 2.7 ([#265])
[Unreleased]: https://github.com/pylast/pylast/compare/v3.2.0...HEAD [3.2.1]: https://github.com/pylast/pylast/compare/v3.2.0...3.2.1
[3.2.0]: https://github.com/pylast/pylast/compare/v3.1.0...3.2.0 [3.2.0]: https://github.com/pylast/pylast/compare/v3.1.0...3.2.0
[3.1.0]: https://github.com/pylast/pylast/compare/v3.0.0...3.1.0 [3.1.0]: https://github.com/pylast/pylast/compare/v3.0.0...3.1.0
[3.0.0]: https://github.com/pylast/pylast/compare/2.4.0...3.0.0 [3.0.0]: https://github.com/pylast/pylast/compare/2.4.0...3.0.0