From f142cd76ae840de06800d9a13b4d03e55c09a44f Mon Sep 17 00:00:00 2001 From: Peter Waller
Date: Sun, 19 Apr 2020 11:38:06 +0100 Subject: [PATCH] Update to v1.4.5 --- README.rst | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0eb90fc..0441f18 100644 --- a/README.rst +++ b/README.rst @@ -81,6 +81,7 @@ or with the ipython_:: Change log ========== + - 1.4.5 - 2020-04-19: Nothing user facing - changes to testing and remove deprecated eggecutable - 1.4.4 - 2018-10-19: Numerous small improvements, drop support for EOL python versions - 1.4.3 - 2017-07-28: Windows support (fixed is_installed check - #21) - 1.4.2 - 2017-07-19: No feature or bug fixes, just license clarification (#20) diff --git a/setup.py b/setup.py index 8483921..60c535d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -version = '1.4.4' +version = '1.4.5' def readall(path):