From 937054dc71c84e2a3b14cf327aceb24caf0565e7 Mon Sep 17 00:00:00 2001 From: Xavier MARCELET Date: Sun, 8 Aug 2021 22:14:03 +0200 Subject: [PATCH] release 1.6.0 --- coverxygen/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coverxygen/__init__.py b/coverxygen/__init__.py index a464bad..d27d074 100644 --- a/coverxygen/__init__.py +++ b/coverxygen/__init__.py @@ -12,7 +12,7 @@ __author__ = "Xavier MARCELET " __copyright__ = "Copyright (C) 2016 Xavier MARCELET" -__version__ = "1.5.0" +__version__ = "1.6.0" __description__ = "Generate doxygen's documentation coverage report" __url__ = "https://github.com/psycofdj/coverxygen" __download_url__ = "https://github.com/psycofdj/coverxygen/tarball/%s" % __version__