projects
/
update-copyright.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43a108a
)
Bump to version 0.6.1
author
W. Trevor King
<wking@tremily.us>
Fri, 31 Oct 2014 17:53:45 +0000
(10:53 -0700)
committer
W. Trevor King
<wking@tremily.us>
Fri, 31 Oct 2014 17:53:45 +0000
(10:53 -0700)
Changes since 0.6:
* README: update to pipe separators
update_copyright/__init__.py
patch
|
blob
|
history
diff --git
a/update_copyright/__init__.py
b/update_copyright/__init__.py
index 553542f60d1cce181090ea59b5810c8425d969e8..10fd7fdb6c7014277542f89bb0548e201e82a272 100644
(file)
--- a/
update_copyright/__init__.py
+++ b/
update_copyright/__init__.py
@@
-29,7
+29,7
@@
versions, so here it is as a stand-alone package.
from .log import get_basic_logger as _get_basic_logger
-__version__ = '0.6'
+__version__ = '0.6
.1
'
LOG = _get_basic_logger(name='update-copyright')