Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scorphus committed May 23, 2014
1 parent 8aae276 commit e6ece1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion holmes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

from holmes.validators import BASE_VALIDATORS # NOQA

__version__ = '0.11.2'
__version__ = '0.12.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
'toredis>=0.1.2,<0.2.0',
'raven>=4.1.1,<4.2.0',
'rotunicode>=1.0.1,<1.1.0',
'materialgirl>=0.4.2,<0.5.0',
'materialgirl>=0.5.0,<0.6.0',
],
extras_require={
'tests': tests_require,
Expand Down

0 comments on commit e6ece1e

Please sign in to comment.