Skip to content

Commit

Permalink
Bump poetry to 1.7.1 (#82)
Browse files Browse the repository at this point in the history
* Bump poetry to 1.7.1

* Update changelog and release 1.7.4
  • Loading branch information
connelldave authored Nov 26, 2023
1 parent 1c61504 commit 117db58
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 913 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Setup Poetry
run: |
export POETRY_HOME=/opt/poetry
python3 install-poetry.py --version 1.3.1
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry==1.7.1
$POETRY_HOME/bin/poetry --version
- name: Install dev packages
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Setup Poetry
run: |
export POETRY_HOME=/opt/poetry
python3 install-poetry.py --version 1.2.0
python3 -m venv $POETRY_HOME
$POETRY_HOME/bin/pip install poetry==1.7.1
$POETRY_HOME/bin/poetry --version
- name: Build and publish package
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.7.4] - 2023-26-11

### Fixed

py.typed file has been moved, meaning type inference from botocove should now work
automatically.

## [1.7.3] - 2023-18-2

### Added
Expand Down
Loading

0 comments on commit 117db58

Please sign in to comment.