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

Prepared for release 0.3.0

* Updated change list and documentation
* Added PDF version of documentation
* Updated version info in setup script
parent 95571c5c
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,8 @@ Configuration ...@@ -77,6 +77,8 @@ Configuration
* Use of lists in configuration expressions * Use of lists in configuration expressions
* Support for reading configuration values from a file (read) * Support for reading configuration values from a file (read)
* Second to time string conversion in configuration files (sec2time) * Second to time string conversion in configuration files (sec2time)
* Splitting of date strings also works for YYYYMMDD format (split_date)
* Adding (possibly negative) offsets to years in date string (add_years)
* Support for overriding the 'tasks' job variable * Support for overriding the 'tasks' job variable
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
File added
from distutils.core import setup from distutils.core import setup
name = 'mkexp' name = 'mkexp'
version = '0.3.0dev' version = '0.3.0'
setup( setup(
name = name, 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