Skip to content

Commit

Permalink
Merge pull request #414 from taoufik07/v2.0.5
Browse files Browse the repository at this point in the history
v2.0.5
  • Loading branch information
taoufik07 authored Dec 15, 2019
2 parents ec40a0c + 63ea9cc commit 109937a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion responder/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.4"
__version__ = "2.0.5"

0 comments on commit 109937a

Please sign in to comment.