Publish version 1.43.7

This commit is contained in:
Wan Liuyang
2019-04-16 11:49:45 +08:00
parent 78d283b9b5
commit f716df86bb
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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**
+1 -1
View File
@@ -44,7 +44,7 @@
import setuptools
import textwrap
version = "1.43.6"
version = "1.43.7"
if __name__ == "__main__":