Commit 3b714f19 authored by Kai Lautaportti's avatar Kai Lautaportti

1.4.0 release.

parent f6b37ac1
Change History Change History
************** **************
1.4.0 (xxxx-xx-xx) 1.4.0 (2010-08-27)
================== ==================
- Added support for passing options to ``make`` with the new - Added support for passing options to ``make`` with the new
......
...@@ -97,7 +97,7 @@ Supported options ...@@ -97,7 +97,7 @@ Supported options
use this recipe to compile a software but wish to do some use this recipe to compile a software but wish to do some
additional steps not handled by this recipe. The location of the additional steps not handled by this recipe. The location of the
compile directory is stored in ``options['compile-directory']``. compile directory is stored in ``options['compile-directory']``.
Accepted values are 'true' or 'false', defaults to 'false'. Accepted values are ``true`` or ``false``, defaults to ``false``.
``environment-section`` ``environment-section``
......
from setuptools import setup, find_packages from setuptools import setup, find_packages
import os import os
version = '1.3.1' version = '1.4.0'
name = 'hexagonit.recipe.cmmi' name = 'hexagonit.recipe.cmmi'
def read(*rnames): def read(*rnames):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment