Skip to content

Commit

Permalink
v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Jul 12, 2017
1 parent caeff3e commit b8a3a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nanohttp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from .configuration import settings, configure
from .application import Application

__version__ = '0.14.0'
__version__ = '0.14.1'
2 changes: 1 addition & 1 deletion scripts/travis-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ make html
cd ..

# Deploy
$GIT rm *.*
$GIT rm \*.\*
cp -r sphinx/_build/html/* ../${DOC}
cp -r sphinx/_build/html/.nojekyll ../${DOC}
cp -r sphinx/_build/html/.buildinfo ../${DOC}
Expand Down

0 comments on commit b8a3a32

Please sign in to comment.