Skip to content

Commit

Permalink
chore(version): release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas03 committed Aug 14, 2024
1 parent f844f7d commit 1fcbda2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: fix git
run: git config --system --add safe.directory '*'

- run: mkdir -p .pre-commit-cache
# - run: mkdir -p .pre-commit-cache
- run: pre-commit install --install-hooks
- run: pre-commit run -a
env:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="request_session",
version="0.15.0",
version="0.16.0",
url="https://github.com/kiwicom/request-session",
description="Python HTTP requests on steroids",
long_description=readme,
Expand Down

0 comments on commit 1fcbda2

Please sign in to comment.