From db32bc9ab87fccf85515f87d3714de12ccabc585 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 25 Sep 2014 07:18:40 -0400 Subject: Add docs for --concurrency --- coverage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/__init__.py') diff --git a/coverage/__init__.py b/coverage/__init__.py index 31be23a..67dd6e8 100644 --- a/coverage/__init__.py +++ b/coverage/__init__.py @@ -96,7 +96,7 @@ except KeyError: # COPYRIGHT AND LICENSE # # Copyright 2001 Gareth Rees. All rights reserved. -# Copyright 2004-2013 Ned Batchelder. All rights reserved. +# Copyright 2004-2014 Ned Batchelder. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are -- cgit v1.2.1