1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 12:31:58 +00:00

update to 8.0.5 fix django binary loader and remove logrus from vendor

Fix django binary loading was maden by @corebreaker, look the history file for more information.


Former-commit-id: 707d359ea7357baf7bd60208def813dbd9260ddb
This commit is contained in:
hiveminded
2017-07-22 02:20:47 +03:00
parent 197cb0e9b0
commit 90b8c1af44
5 changed files with 25 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ import (
const (
// Version is the current version number of the Iris Web Framework.
Version = "8.0.4"
Version = "8.0.5"
)
// HTTP status codes as registered with IANA.