Skip to content
Snippets Groups Projects
Commit 2d61a182 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

1.0.2

parent 4e5c0131
No related branches found
No related tags found
No related merge requests found
# v1.0.2 # v1.0.2
* _TBA_ * got rid of some C compiler warnings
* module will now use mako to render the files
# v1.0.1 # v1.0.1
......
...@@ -2,3 +2,4 @@ include LICENSE ...@@ -2,3 +2,4 @@ include LICENSE
include README.md include README.md
include CONTRIBUTORS.md include CONTRIBUTORS.md
include snakehouse/templates/*.mako include snakehouse/templates/*.mako
include requirements.txt
from .build import build from .build import build
from .multibuild import Multibuild from .multibuild import Multibuild
__version__ = '1.0.2a1' __version__ = '1.0.2'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment