From: W. Trevor King Date: Sat, 22 Feb 2014 03:00:47 +0000 (-0800) Subject: package_cache: Bump to version 0.2 X-Git-Tag: v0.2^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=HEAD;p=package-cache.git package_cache: Bump to version 0.2 Changes since v0.1: * Added a fallback MIME type to fix server errrors on unknown extensions. * Documented a transparent proxy iptables setup. --- diff --git a/package_cache/__init__.py b/package_cache/__init__.py index ce9a2a3..e0c5b77 100644 --- a/package_cache/__init__.py +++ b/package_cache/__init__.py @@ -20,7 +20,7 @@ import logging as _logging -__version__ = '0.1' +__version__ = '0.2' LOG = _logging.getLogger(__name__) LOG.setLevel(_logging.WARNING)