Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Aug 5, 2017
1 parent f9e7d74 commit e9c245f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changes
=======

0.4.0 (2017-08-05)
------------------

- Release fixes a major issue which caused invoked functions to not be able to
declare any scope variables.

- `@http_static` decorator for serving static files from a folder on disk.
Takes to values; 1. the path to the folder, either relative to the service
file or absolute; 2. the base URL path for static files as a regexp.


0.3.0 (2017-07-25)
------------------

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.3.0'
__version__ = '0.4.0'

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

0 comments on commit e9c245f

Please sign in to comment.