Skip to content

Commit

Permalink
Fix on page builder, bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
sveetch committed Feb 27, 2013
1 parent d58d27f commit 5fff690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion optimus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
A simple building environment to produce static HTML from Jinja templates and
with assets compress managing with webassets
"""
__version__ = "0.5.1"
__version__ = "0.5.1.1"
2 changes: 1 addition & 1 deletion optimus/builder/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
except ImportError:
support = None

from optimus.lang import LangBase, LangDefault
from optimus.lang import LangBase
from optimus.conf import settings

class PageViewBase(object):
Expand Down

0 comments on commit 5fff690

Please sign in to comment.