projects
/
package-cache.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32b8033
)
package_cache: Bump to version 0.2
master
v0.2
author
W. Trevor King
<wking@tremily.us>
Sat, 22 Feb 2014 03:00:47 +0000
(19:00 -0800)
committer
W. 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
patch
|
blob
|
history
diff --git
a/package_cache/__init__.py
b/package_cache/__init__.py
index ce9a2a3175b3abc7193e20c7276b778d2131bdca..e0c5b77d23f7c991396810f33f2bab1c4cf4e1b2 100644
(file)
--- 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)