Skip to content

Commit

Permalink
Prepare for 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mz committed Nov 8, 2017
1 parent 76299d0 commit b4374b6
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

0.5.7 (2017-11-xx)
0.5.7 (2017-11-08)
------------------

- Fix minors typo in french translation.
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.5.6'
__version__ = '0.5.7'
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ function parseQuery(search) {
lng: lang,
fallbackLng: _app.existing_lang[0],
backend: {
loadPath: 'static/locales/{{lng}}/translation.204573938d46.json'
loadPath: 'static/locales/{{lng}}/translation.774fe9bac4a2.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.204573938d46.min.css" rel="stylesheet" type="text/css">
<link href="static/css/style.774fe9bac4a2.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.204573938d46.js"></script>
<script src="static/js/app.774fe9bac4a2.js"></script>
</body>
</html>

0 comments on commit b4374b6

Please sign in to comment.