From e0822217de89d2e309565c4bc6c78afc7f9c4df3 Mon Sep 17 00:00:00 2001 From: Hong Minhee Date: Sun, 3 Aug 2014 04:11:15 +0900 Subject: [PATCH] Release 0.3.8 --- .travis.yml | 4 +--- docs/changes.rst | 2 +- setup.cfg | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 setup.cfg diff --git a/.travis.yml b/.travis.yml index 441f48e9..da778536 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,7 @@ python: - 2.7 - 3.2 - 3.3 -# FIXME: uncomment the following line when Travis CI supports Python 3.4 -# https://github.com/travis-ci/travis-ci/issues/1989 -#- 3.4 +- 3.4 - pypy env: - secure: "EhG2uSD2m1eGxuL2HeQewJJx7MVL4WpjrxyfiUBEgsApemD1yKJPjUnLwAyd\nbPi5HJx5ySm1TTRSvj6/yP85YLYTaJHA8OabKk7p0wFW294qcrYIDGovU7NL\n3YOqZmqN+S3XOBGFCOnByxE+pcxxWW/3/I09EgeW7D6tBPh67G0=" diff --git a/docs/changes.rst b/docs/changes.rst index 09507cba..e22ddc98 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -4,7 +4,7 @@ Wand Changelog Version 0.3.8 ------------- -To be released. +Released on August 3, 2014. - Fixed a bug that transparent background becomes filled with white when SVG is converted to other bitmap image format like PNG. [:issue:`184`] diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index cb572c45..00000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[aliases] -release = sdist upload build_sphinx upload_doc