Skip to content

Commit

Permalink
Small version bump for bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
carlio committed Aug 29, 2021
1 parent 8ba067b commit 75717e8
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 56 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,16 +134,16 @@ jobs:
echo "::set-output name=key::venv-${{ env.CACHE_VERSION }}-${{
hashFiles('setup.cfg')
}}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v2.1.6
with:
path: venv
key: >-
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
steps.generate-python-key.outputs.key }}
restore-keys: |
${{ runner.os }}-${{ steps.python.outputs.python-version }}-venv-${{ env.CACHE_VERSION }}-
# - name: Restore Python virtual environment
# id: cache-venv
# uses: actions/cache@v2.1.6
# with:
# path: venv
# key: >-
# ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
# steps.generate-python-key.outputs.key }}
# restore-keys: |
# ${{ runner.os }}-${{ steps.python.outputs.python-version }}-venv-${{ env.CACHE_VERSION }}-
- name: Create Python virtual environment
if: steps.cache-venv.outputs.cache-hit != 'true'
run: |
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

Version 1.5.0.1
Version 1.5.1
-------------

- [#433](https://github.com/PyCQA/prospector/issues/433) Fix of flake8 dependency versioning conflict
- [#433](https://github.com/PyCQA/prospector/issues/433) Attempted fix of flake8 dependency versioning conflict

Version 1.5.0
-------------
Expand Down
69 changes: 25 additions & 44 deletions poetry.lock

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

0 comments on commit 75717e8

Please sign in to comment.