Skip to content

Commit 5ba58b4

Browse files
committed
new version
1 parent 7b563cd commit 5ba58b4

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.4.1 (YYYY-MM-DD)
4+
0.4.1 (2017-08-30)
55
^^^^^^^^^^^^^^^^^^
66

77
* Fixed issue with redirects without location header #174

Diff for: aiohttp_debugtoolbar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .middlewares import toolbar_middleware_factory, middleware
22
from .main import setup, APP_KEY
33

4-
__version__ = '0.4.1a0'
4+
__version__ = '0.4.1'
55

66
__all__ = ['setup', 'middleware', 'toolbar_middleware_factory', 'APP_KEY']

0 commit comments

Comments
 (0)