Skip to content

Commit 26c3f15

Browse files
committed
chore: release version 0.5.0
1 parent 69f8451 commit 26c3f15

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2021, 2022, 2023 un.def <[email protected]>
3+
Copyright (c) 2021, 2022, 2023, 2024 Dmitry Meyer <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ The same format as used by [virtualenv][virtualenv] ([docs][virtualenv-docs-spec
118118

119119
* Only CPython is supported at the moment.
120120
* The `architecture` part (`-32`/`-64`) of a specifier is ignored. For example, all of the following specifiers match any installed CPython 3.8.1 regardless of the architecture: `python3.8.1`, `python3.8.1-32`, `python3.8.1-64`.
121-
* [pyenv-win][pyenv-win] is not supported.
122121

123122
## Internals
124123

@@ -130,7 +129,6 @@ virtualenv-pyenv does not rely on pyenv to discover Python interpreters, that is
130129
[virtualenvwrapper]: https://virtualenvwrapper.readthedocs.io/en/latest/
131130
[tox]: https://tox.wiki/en/latest/
132131
[pyenv-inspect]: https://github.com/un-def/pyenv-inspect
133-
[pyenv-win]: https://github.com/pyenv-win/pyenv-win
134132
[build]: https://github.com/pypa/build
135133
[virtualenv-docs-config-file]: https://virtualenv.pypa.io/en/latest/cli_interface.html#configuration-file
136134
[virtualenv-docs-specifier-format]: https://virtualenv.pypa.io/en/latest/user_guide.html#python-discovery

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ build-backend = 'setuptools.build_meta'
66
name = 'virtualenv-pyenv'
77
description = 'A virtualenv Python discovery plugin for pyenv-installed interpreters'
88
readme = 'README.md'
9-
license = {file = 'LICENSE'}
9+
license = {text = 'MIT'}
1010
authors = [
11-
{name = 'un.def', email = '[email protected]'},
11+
{name = 'Dmitry Meyer', email = '[email protected]'},
1212
]
1313
classifiers = [
1414
'Development Status :: 4 - Beta',

src/_virtualenv_pyenv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0.dev0'
1+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)