Skip to content

Commit 485b984

Browse files
committed
Bump to 0.0.3
1 parent 3554a03 commit 485b984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: CHANGES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22
=======
33

4-
0.0.3 (xxxx-xx-xx)
4+
0.0.3 (2015-07-03)
55
^^^^^^^^^^^^^^^^^^
66

77
* Switched template engine from mako to jinja2. (Thanks @iho)

Diff for: aiohttp_debugtoolbar/__init__.py

+1-1
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.0.2'
4+
__version__ = '0.0.3'
55
__all__ = ['setup', 'middleware', 'toolbar_middleware_factory', 'APP_KEY']

0 commit comments

Comments
 (0)