package_cache: Bump to version 0.2 master v0.2
authorW. Trevor King <wking@tremily.us>
Sat, 22 Feb 2014 03:00:47 +0000 (19:00 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 22 Feb 2014 03:00:47 +0000 (19:00 -0800)
Changes since v0.1:
* Added a fallback MIME type to fix server errrors on unknown
  extensions.
* Documented a transparent proxy iptables setup.

package_cache/__init__.py

index ce9a2a3175b3abc7193e20c7276b778d2131bdca..e0c5b77d23f7c991396810f33f2bab1c4cf4e1b2 100644 (file)
@@ -20,7 +20,7 @@
 import logging as _logging
 
 
-__version__ = '0.1'
+__version__ = '0.2'
 
 LOG = _logging.getLogger(__name__)
 LOG.setLevel(_logging.WARNING)