Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Oct 2, 2017
1 parent 6591598 commit c8bd341
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changes
=======

0.5.0 (2017-10-02)
------------------

- Solves the issue where hot-loading into a state where the code errors due to
syntax errors would crash the application, making the user need to manually
restart the process.


0.4.10 (2017-10-02)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion tomodachi/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.4.10'
__version__ = '0.5.0'

if __name__ == "__main__":
print(__version__)

0 comments on commit c8bd341

Please sign in to comment.