diff --git a/CHANGES.rst b/CHANGES.rst index 4f60944..02e03c9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,14 @@ Changes ======= +Version 0.7.0-3 (2021-03-29) +---------------------------- + + +- Add the property ``common_name`` to the ``describe_coverage`` HTML representation: `#63 `_. + + + Version 0.7.0-2 (2021-03-17) ---------------------------- diff --git a/wtss/version.py b/wtss/version.py index 318bfdb..f28dacf 100644 --- a/wtss/version.py +++ b/wtss/version.py @@ -8,4 +8,4 @@ """Version information for Python Client Library for WTSS.""" -__version__ = '0.7.0-2' +__version__ = '0.7.0-3'