Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/patch release v0.1.10 #20

Merged
merged 2 commits into from
Jan 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.8] - 2021-01-05
### Changed
- Bump `pipenv` CLI version to v20.11.4.
- Bump `pipenv` CLI version to v2020.11.15.
- Bump `poetry` CLI version to v1.1.4.

## [0.1.9] - 2021-01-06
### Changed
- Bump Python version to v3.8.6.

## [0.1.10] - 2021-01-08
### Changed
- Downgrade `pipenv` CLI version to v2020.11.4.
2 changes: 1 addition & 1 deletion fixtures/python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[requires]
python_version = "3.8"
python_full_version = "3.8.6"

[pipenv]
allow_prereleases = true
Expand Down
4 changes: 2 additions & 2 deletions fixtures/python/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/commands/python-install-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ steps:
name: Install pipenv/poetry packages.
command: pip install pipenv==$PIPENV_RELEASE poetry==$POETRY_RELEASE
environment:
PIPENV_RELEASE: 2020.11.15
PIPENV_RELEASE: 2020.11.4
POETRY_RELEASE: 1.1.4