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

Commit c8d099b

Browse files
committed
Version bump - 0.9.1
1 parent 6dc7326 commit c8d099b

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.9.1:
55

6-
0.9.1 - TBD
6+
0.9.1 - 14 July 2021
77
* Always use shebang
88

99
.. _release-0.9.0:

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.0"
41+
VERSION = "0.9.1"
4242

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

0 commit comments

Comments
 (0)