Skip to content

Commit

Permalink
v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Jul 12, 2017
1 parent b8a3a32 commit b6f9b50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nanohttp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .exceptions import HttpStatus, HttpBadRequest, HttpUnauthorized, HttpForbidden, HttpNotFound, \
HttpMethodNotAllowed, HttpConflict, HttpGone, HttpRedirect, HttpMovedPermanently, HttpFound, \
HttpInternalServerError
HttpInternalServerError, HttpNotModified
from .controllers import Controller, RestController, Static
from .decorators import action, html, json, xml, binary, text, must_revalidate
from .helpers import quickstart, LazyAttribute
Expand All @@ -11,4 +11,4 @@
from .configuration import settings, configure
from .application import Application

__version__ = '0.14.1'
__version__ = '0.14.2'

0 comments on commit b6f9b50

Please sign in to comment.