Skip to content

Commit

Permalink
Prepare for 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Jun 30, 2017
1 parent 1f78cea commit 852c733
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

0.3.6 (2017-06-30)
------------------

- Fix selection on links map (was only working with specific field name).


0.3.5 (2017-06-28)
------------------

Expand Down
2 changes: 1 addition & 1 deletion magrit_app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.3.5'
__version__ = '0.3.6'
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ function parseQuery(search) {
lng: lang,
fallbackLng: _app.existing_lang[0],
backend: {
loadPath: 'static/locales/{{lng}}/translation.484456a175ae.json'
loadPath: 'static/locales/{{lng}}/translation.3d4956bc5f7d.json'
}
}, function (err, tr) {
if (err) {
Expand Down
4 changes: 2 additions & 2 deletions magrit_app/templates/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title> {{ app_name }} </title>
<link rel="icon" type="image/png" href="static/img/favicon.png" />
<link href="static/css/scoped-bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="static/css/style.484456a175ae.min.css" rel="stylesheet" type="text/css">
<link href="static/css/style.3d4956bc5f7d.min.css" rel="stylesheet" type="text/css">
<link href="static/css/vanilla-dataTables.min.css" rel="stylesheet" type="text/css">
<link href="static/css/alertify.min.css" rel="stylesheet" type="text/css">
<link href="static/css/semantic.min.css" rel="stylesheet" type="text/css">
Expand Down Expand Up @@ -51,6 +51,6 @@
</div>
</noscript>
<script src="static/js/lib/bootstrap-native3.mod.min.js"></script>
<script src="static/js/app.484456a175ae.js"></script>
<script src="static/js/app.3d4956bc5f7d.js"></script>
</body>
</html>

0 comments on commit 852c733

Please sign in to comment.