projects
/
pyassuan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f96ea46
)
Bump to version 0.2.
v0.2
author
W. Trevor King
<wking@tremily.us>
Sat, 21 Apr 2012 18:32:29 +0000
(14:32 -0400)
committer
W. Trevor King
<wking@tremily.us>
Sat, 21 Apr 2012 18:32:29 +0000
(14:32 -0400)
pyassuan/__init__.py
patch
|
blob
|
history
diff --git
a/pyassuan/__init__.py
b/pyassuan/__init__.py
index 22d2299299807633bed11a707c0a15913f447018..2eeb3dd27a2a632218fdffdc61cec6db9ea0e14f 100644
(file)
--- a/
pyassuan/__init__.py
+++ b/
pyassuan/__init__.py
@@
-23,7
+23,7
@@
import logging as _logging
import logging.handlers as _logging_handlers
-__version__ = '0.
1
'
+__version__ = '0.
2
'
LOG = _logging.getLogger('pyassuan')
LOG.setLevel(_logging.ERROR)