From bc1753b00c5f342d28b1af73cd4f662b206c1f37 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Wed, 1 May 2024 12:39:58 +0100 Subject: [PATCH] Release 3.10.1 Cleaner packaging and testing --- docs/news.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/news.txt b/docs/news.txt index e5e7a47..0d20e41 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -3,6 +3,11 @@ News .. contents:: +3.10.1 +------ + +* Correct packaging and testing when not in a clean virtualenv. + 3.10.0 ------ diff --git a/setup.py b/setup.py index d787095..cd1ac04 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ # # The final step will release to pypi and to Github -__version__ = '3.10.0' +__version__ = '3.10.1' from setuptools import setup, find_packages import sys, os