This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from samstav/samstav/v1.1.0
release 1.1.0
- Loading branch information
Showing
2 changed files
with
55 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ def tox_get_python_executable(envconfig): | |
__summary__ = ('tox plugin that makes tox use `pyenv which` ' | ||
'to find python executables') | ||
__url__ = 'https://github.com/samstav/tox-pyenv' | ||
__version__ = '1.0.3' | ||
__version__ = '1.1.0' | ||
__author__ = 'Sam Stavinoha' | ||
__email__ = '[email protected]' | ||
__keywords__ = ['tox', 'pyenv', 'python'] | ||
|