This commit is contained in:
taoufik
2019-10-20 12:20:54 +01:00
parent a7110ef441
commit aedcf12d99
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [v2.0.1] - 2019-09-20
### Fixed
- Fix template import
## [v2.0.0] - 2019-09-19
### Changed
- Refactor Router and Schema
@@ -212,7 +216,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.0..HEAD
[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
[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
+1 -1
View File
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1"