Skip to content

Commit

Permalink
Precompile handlebars template with 1.0.0; bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jun 5, 2013
1 parent 6aaf38a commit 00ce300
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
CHANGES
=======

master (unreleased)
0.2.6 (2013.06.05)
-------------------

* Fix AjaxMessagesMiddleware encoding issue with Python 3 and JSON response.

* Precompile Handlebars template with 1.0.0.

0.2.5 (2013.05.23)
------------------
Expand Down
2 changes: 1 addition & 1 deletion messages_ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.5.post1"
__version__ = "0.2.6"
2 changes: 1 addition & 1 deletion messages_ui/static/messages_ui/jquery.messages-ui.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* jQuery Messages UI 0.2.4
* jQuery Messages UI 0.2.6
*
* Copyright (c) 2013, Jonny Gerig Meyer
* All rights reserved.
Expand Down
4 changes: 2 additions & 2 deletions messages_ui/static/messages_ui/message.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(function() {
var template = Handlebars.template, templates = Handlebars.templates = Handlebars.templates || {};
templates['message.html'] = template(function (Handlebars,depth0,helpers,partials,data) {
this.compilerInfo = [3,'>= 1.0.0-rc.4'];
helpers = helpers || Handlebars.helpers; data = data || {};
this.compilerInfo = [4,'>= 1.0.0'];
helpers = this.merge(helpers, Handlebars.helpers); data = data || {};
var buffer = "", stack1, options, functionType="function", escapeExpression=this.escapeExpression, self=this, blockHelperMissing=helpers.blockHelperMissing;

function program1(depth0,data) {
Expand Down

0 comments on commit 00ce300

Please sign in to comment.