Bump to version 0.6 v0.6
authorW. Trevor King <wking@tremily.us>
Mon, 27 Jan 2014 18:15:43 +0000 (10:15 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 27 Jan 2014 18:15:43 +0000 (10:15 -0800)
Changes since 0.5:
* Dropped Bazaar support.
* Fixed Mercurial support for Python 3 (by shelling out to hg).
* Adjusted date ranges so the final date is the last year a file was
  patched, and not the current year.  This avoids bumping copyright
  years when there were no changes.

update_copyright/__init__.py

index e4abae2d68742cc79985b66be29110a585d321fd..553542f60d1cce181090ea59b5810c8425d969e8 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.5'
+__version__ = '0.6'
 
 
 LOG = _get_basic_logger(name='update-copyright')