Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guludo committed Mar 6, 2022
1 parent 072685d commit e18d6ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## Unreleased
- Nothing yet.

## 0.1.2 - 2022-03-06
### Fixed
- Fix subscripted access to guessed venvs return value (@scop)

## 0.1.1 - 2022-02-28
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='venv-run',
version='0.1.1',
version='0.1.2',
author='Gustavo José de Sousa',
author_email='gustavo.jo.sousa@gmail.com',
description='Run commands using Python virtual environment',
Expand Down

0 comments on commit e18d6ef

Please sign in to comment.