Skip to content

Commit

Permalink
Merge pull request #20 from noosenergy/release/patch-release-v0.1.10
Browse files Browse the repository at this point in the history
Release/patch release v0.1.10
  • Loading branch information
pieeri authored Jan 8, 2021
2 parents ed9b821 + b331f9d commit d625b95
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
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

0 comments on commit d625b95

Please sign in to comment.