Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Feb 21, 2016
1 parent cd6c78e commit ce53c61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGES
-------

0.1.1 (2016-02-21)
^^^^^^^^^^^^^^^^^^

* Fixed a demo

* Added syntax highlight in traceback view, switched highlighter from
highlight.js to prism.js #31

0.1.0 (2016-02-13)
^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_debugtoolbar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .middlewares import toolbar_middleware_factory, middleware
from .main import setup, APP_KEY

__version__ = '0.1.0'
__version__ = '0.1.1'
__all__ = ['setup', 'middleware', 'toolbar_middleware_factory', 'APP_KEY']

0 comments on commit ce53c61

Please sign in to comment.