From f716df86bbe7dc276c6596699fa9712b61ef974c Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Tue, 16 Apr 2019 11:49:45 +0800 Subject: [PATCH] Publish version 1.43.7 --- doc/changes.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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__":