Skip to content
Snippets Groups Projects
Commit bcb10cf7 authored by Karl-Hermann Wieners's avatar Karl-Hermann Wieners
Browse files

Prepared for release 0.3.7

* Updated change list
* Updated documentation version
* Updated package version
parent c55099dd
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,15 @@ Make Experiments!
Release Changes
---------------
Release 0.3.7
=============
Configuration
-------------
* Added support for SETUP_OPTIONS that are loaded before the EXP_OPTIONS.
Used for pushing options that are required due to model configuration
Release 0.3.6
=============
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
No preview for this file type
from distutils.core import setup
name = 'mkexp'
version = '0.3.7dev'
version = '0.3.7'
setup(
name = name,
......
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