Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit d3c2869

Browse files
committed
Version bump - 0.10.0
1 parent 51e0399 commit d3c2869

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
.. _release-0.10.0:
55

6-
0.10.0 - TBD
6+
0.10.0 - 8 November 2021
77
* Add Official python3.10 support.
88
* Drop official support for python3.6
99
* The default value for min_python is now python3.7

venvstarter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
import os
3939
import re
4040

41-
VERSION = "0.9.1"
41+
VERSION = "0.10.0"
4242

4343
regexes = {
4444
"version_specifier": re.compile(r"([^=><]+)(.*)"),

0 commit comments

Comments
 (0)