Skip to content

Commit

Permalink
uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Feb 20, 2019
1 parent 1824585 commit e9ea6fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ docs/_build/
testapp/
foobar
/junit-test-results.xml
/.vscode/
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

0.12.0 (upreleased)
0.12.0 (2019-02-20)
-------------------
* fix tests for python 3.7, #218
* fix tests for aiohttp >= 3.5, #223
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_devtools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__all__ = ['VERSION']

VERSION = StrictVersion('0.11')
VERSION = StrictVersion('0.12')

0 comments on commit e9ea6fe

Please sign in to comment.