Skip to content

Commit ce53c61

Browse files
committed
Bump to 0.1.1
1 parent cd6c78e commit ce53c61

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGES
22
-------
33

4+
0.1.1 (2016-02-21)
5+
^^^^^^^^^^^^^^^^^^
6+
7+
* Fixed a demo
8+
9+
* Added syntax highlight in traceback view, switched highlighter from
10+
highlight.js to prism.js #31
11+
412
0.1.0 (2016-02-13)
513
^^^^^^^^^^^^^^^^^^
614

aiohttp_debugtoolbar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .middlewares import toolbar_middleware_factory, middleware
22
from .main import setup, APP_KEY
33

4-
__version__ = '0.1.0'
4+
__version__ = '0.1.1'
55
__all__ = ['setup', 'middleware', 'toolbar_middleware_factory', 'APP_KEY']

0 commit comments

Comments
 (0)