Skip to content

Commit

Permalink
Bump version to 0.17.0
Browse files Browse the repository at this point in the history
- reenable poetry cache in ci
- update lock file
  • Loading branch information
nat-n committed Dec 26, 2022
1 parent 75d8b97 commit 743569a
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 149 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# cache: poetry
cache: poetry

- name: Install dependencies
run: poetry install
Expand Down
2 changes: 1 addition & 1 deletion poethepoet/__version__.py
@@ -1 +1 @@
__version__ = "0.16.5"
__version__ = "0.17.0"

0 comments on commit 743569a

Please sign in to comment.