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"([^=><]+)(.*)"),