Skip to content

Commit

Permalink
Fix templates conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
taoufik07 committed Oct 20, 2019
1 parent 9d0129d commit 906cd2f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.2] - 2019-09-20
### Fixed
- Fix template conflicts

## [v2.0.1] - 2019-09-20
### Fixed
- Fix template import
Expand Down Expand Up @@ -216,8 +220,9 @@ 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.1..HEAD
[v2.0.0]: https://github.com/taoufik07/responder/compare/v2.0.0..v2.0.1
[Unreleased]: https://github.com/taoufik07/responder/compare/v2.0.2..HEAD
[v2.0.2]: https://github.com/taoufik07/responder/compare/v2.0.1..v2.0.2
[v2.0.1]: https://github.com/taoufik07/responder/compare/v2.0.0..v2.0.1
[v2.0.0]: https://github.com/taoufik07/responder/compare/v1.3.2..v2.0.0
[v1.3.2]: https://github.com/taoufik07/responder/compare/v1.3.1..v1.3.2
[v1.3.1]: https://github.com/taoufik07/responder/compare/v1.3.0..v1.3.1
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.1"
__version__ = "2.0.2"

0 comments on commit 906cd2f

Please sign in to comment.