Skip to content

Commit

Permalink
Version bump - 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delfick committed Nov 7, 2021
1 parent 51e0399 commit d3c2869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion venvstarter.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import os
import re

VERSION = "0.9.1"
VERSION = "0.10.0"

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

0 comments on commit d3c2869

Please sign in to comment.