summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index cbd6960..686a193 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,8 +7,8 @@ Change history for Coverage.py
.. _changes_44:
-Unreleased
-----------
+Version 4.4 --- 2017-05-07
+--------------------------
- Reports could produce the wrong file names for packages, reporting ``pkg.py``
instead of the correct ``pkg/__init__.py``. This is now fixed. Thanks, Dirk