Bump to version 0.6.2 v0.6.2
authorW. Trevor King <wking@tremily.us>
Sat, 28 Mar 2015 20:10:41 +0000 (13:10 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 28 Mar 2015 20:10:41 +0000 (13:10 -0700)
Changes since 0.6.1:
* Fallback to directory name if project.name isn't set
* Require project.vcs
* Convert parser access to use the mapping protocol
* README: Switch from {section}/{option} to {section}.{option}
* setup.py: Mention Python 3.4 compatibility

update_copyright/__init__.py

index 5374dcf51c52326f3edbb49d13896f5eb3ef8a61..f9aad7b47b16364c774a8a80726ed25b3fcdb34a 100644 (file)
@@ -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.1'
+__version__ = '0.6.2'
 
 
 LOG = _get_basic_logger(name='update-copyright')