diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1a00d08..7c6d6e9 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,5 +1,9 @@ Thanks to the following contributors to scour: +* Jamie Strandboge + +* Jan Thor + * Louis Simard Bugs Fixed: - https://bugs.launchpad.net/scour/+bug/583758 @@ -11,12 +15,13 @@ Thanks to the following contributors to scour: - https://bugs.launchpad.net/scour/+bug/582619 Feature implementations: --quiet, --enable-comment-stripping. - Add options --shorten-ids, --renderer-workaround. +* Martin: + - better methods of handling string-to-float conversions in Python + - document functions in the traditional Python way + - rewrite option parsing code + * Doug Schepers (W3C SVG WG) - function to embed rasters as base64 data: URLs - report file size reduction - prettied up the report -* Martin: - - better methods of handling string-to-float conversions in Python - - document functions in the traditional Python way - - rewrite option parsing code diff --git a/package.sh b/package.sh index 905bae8..8a7b5ce 100755 --- a/package.sh +++ b/package.sh @@ -1,5 +1,5 @@ #!/bin/bash -SCOURVER="0.25" +SCOURVER="0.26" cd .. zip scour/tarballs/scour-$SCOURVER.zip scour/scour.py scour/yocto_css.py scour/svg_regex.py scour/svg_transform.py scour/LICENSE scour/NOTICE scour/README.txt scour/release-notes.html cd scour