Skip to content

Commit 9e0ccdc

Browse files
committed
chore: release v0.1.1
1 parent 52aad54 commit 9e0ccdc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Unreleased
4+
- Nothing yet.
5+
6+
## 0.1.1 - 2022-02-28
47
### Fixed
58
- Ignore commented out .python-version entries (@scop)
69
- Canonicalize, absolutize, and deduplicate list of found env dirs (@scop)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='venv-run',
8-
version='0.1.0',
8+
version='0.1.1',
99
author='Gustavo José de Sousa',
1010
author_email='[email protected]',
1111
description='Run commands using Python virtual environment',

0 commit comments

Comments
 (0)