diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f5109b..fb342c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). ## [Unreleased] +## [v2.0.5] - 2019-12-15 +### Added +- Update requirements to support python 3.8 + ## [v2.0.4] - 2019-11-19 ### Fixed - Fix static app resolving @@ -227,7 +231,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Conception! -[Unreleased]: https://github.com/taoufik07/responder/compare/v2.0.4..HEAD +[Unreleased]: https://github.com/taoufik07/responder/compare/v2.0.5..HEAD +[v2.0.5]: https://github.com/taoufik07/responder/compare/v2.0.4..v2.0.5 [v2.0.4]: https://github.com/taoufik07/responder/compare/v2.0.3..v2.0.4 [v2.0.3]: https://github.com/taoufik07/responder/compare/v2.0.2..v2.0.3 [v2.0.2]: https://github.com/taoufik07/responder/compare/v2.0.1..v2.0.2 diff --git a/responder/__version__.py b/responder/__version__.py index f6bb6f4d..34c5111c 100644 --- a/responder/__version__.py +++ b/responder/__version__.py @@ -1 +1 @@ -__version__ = "2.0.4" +__version__ = "2.0.5"