diff --git a/doc/changes.rst b/doc/changes.rst index 486bdce8..8194a692 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,12 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +Version 1.43.7 (April 16, 2019) +----------------------------------- + +* Exclude tests from PyPI distribution (#1031) (78d283b9) +* Add codecov badge (#1090) (4c0b54c0) + Version 1.43.6 (April 05, 2019) ----------------------------------- **New features** diff --git a/setup.py b/setup.py index 70a50f24..47f3bf5a 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ import setuptools import textwrap -version = "1.43.6" +version = "1.43.7" if __name__ == "__main__":