diff --git a/MANIFEST.in b/MANIFEST.in index ba78c47..bca9634 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include README.txt include release_notes.txt include requirements.txt +recursive-include scripts *.py *.txt \ No newline at end of file diff --git a/release_notes.txt b/release_notes.txt index d3b5720..659a37e 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,13 @@ +--------------------------------- +1.1.2-beta - 15-Feb-2013 +--------------------------------- +Changes: + * Source is now packaged using Python distutils + * Recursive mode for CLI + * Run custom add-on scripts from CLI + * Minor UI tweaks + * Misc bug fixes + --------------------------------- 1.1.0-beta - 06-Feb-2013 --------------------------------- @@ -8,7 +18,7 @@ Changes: double-clicked for embiggened view * Export-to-zip in CLI (very handy in scripts!) * More rename template variables - * Misc GUI & CLI Tweaks + * Misc GUI & CLI Tweaks --------------------------------- 1.0.3-beta - 31-Jan-2013