Skip to content

Commit

Permalink
Prepare for 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Jun 8, 2018
1 parent b988737 commit 1420c80
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 8 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.8.3 (2018-06-08)
------------------

- Fix error while getting temporary filename on some functions.


0.8.2 (2018-06-07)
------------------

Expand Down
2 changes: 1 addition & 1 deletion client/dist/app.2f8cc0.js → client/dist/app.96d1b4.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client/dist/html/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
</div>
<script src="static/vendor/bootstrap-native3.mod.min.js"></script>
<script src="static/vendor/opentip-native.min.js"></script>
<script src="static/dist/vendor.2f8cc0.js"></script>
<script src="static/dist/vendor.96d1b4.js"></script>
<script src="static/dist/d3-custom.min.js"></script>
<script src="static/dist/app.2f8cc0.js"></script>
<script src="static/dist/app.96d1b4.js"></script>
</body>
</html>
File renamed without changes.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magrit-client",
"version": "0.8.2",
"version": "0.8.3",
"homepage": "https://github.com/riatelab/magrit",
"devDependencies": {
"babel-core": "^6.26.0",
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.8.2'
__version__ = '0.8.3'

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions magrit_app/static/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
</div>
<script src="static/vendor/bootstrap-native3.mod.min.js"></script>
<script src="static/vendor/opentip-native.min.js"></script>
<script src="static/dist/vendor.2f8cc0.js"></script>
<script src="static/dist/vendor.96d1b4.js"></script>
<script src="static/dist/d3-custom.min.js"></script>
<script src="static/dist/app.2f8cc0.js"></script>
<script src="static/dist/app.96d1b4.js"></script>
</body>
</html>

0 comments on commit 1420c80

Please sign in to comment.