From d3c28699e7b578be1fcb184fd55acb5daef96815 Mon Sep 17 00:00:00 2001 From: Stephen Moore Date: Mon, 8 Nov 2021 09:08:54 +1100 Subject: [PATCH] Version bump - 0.10.0 --- docs/changelog.rst | 2 +- venvstarter.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 96e49d9..d539003 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,7 +3,7 @@ Changelog .. _release-0.10.0: -0.10.0 - TBD +0.10.0 - 8 November 2021 * Add Official python3.10 support. * Drop official support for python3.6 * The default value for min_python is now python3.7 diff --git a/venvstarter.py b/venvstarter.py index 5187ed2..01c0f43 100644 --- a/venvstarter.py +++ b/venvstarter.py @@ -38,7 +38,7 @@ import os import re -VERSION = "0.9.1" +VERSION = "0.10.0" regexes = { "version_specifier": re.compile(r"([^=><]+)(.*)"),