Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/1.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
moschlar committed Sep 24, 2013
2 parents f7c4211 + a10729f commit 8588a6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions sauce/widgets/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class SmallMixin(object):

class Wysihtml5(LargeMixin, twbw.Wysihtml5):
rows = 3
parser = False
wysihtml5_args = {
'html': True,
}
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tw2.dynforms",
"tw2.jquery",
"tw2.bootstrap.forms >= 2.2.0",
"tw2.wysihtml5 >= 0.3",
"tw2.wysihtml5 >= 0.3.1",
"tw2.jqplugins.chosen",
"tw2.ace",
"tw2.pygmentize",
Expand Down Expand Up @@ -98,7 +98,7 @@

setup(
name='SAUCE',
version='1.4',
version='1.4.1',
description='System for AUtomated Code Evaluation',
long_description=open(os.path.join(here, 'README.rst')).read(),
author='Moritz Schlarb',
Expand Down

0 comments on commit 8588a6c

Please sign in to comment.