Skip to content

Commit

Permalink
Merge pull request #389 from StuffAnThings/develop
Browse files Browse the repository at this point in the history
4.0.4
  • Loading branch information
bobokun authored Sep 12, 2023
2 parents fe9772a + e5107c8 commit db5e881
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: develop

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Trigger Hotio Webhook
uses: joelwmale/webhook-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
tag-new-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}
fetch-depth: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Check Out Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repos:
args: [--remove]
- id: pretty-format-json
args: [--autofix, --indent, '4', --no-sort-keys]
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v2.0.2
- repo: https://github.com/hhatto/autopep8
rev: v2.0.4
hooks:
- id: autopep8
- repo: https://github.com/adrienverge/yamllint.git
Expand Down
11 changes: 4 additions & 7 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Requirements Updated
- qbitorrent-api updated to 2023.7.52
- qbitorrent-api updated to 2023.9.53
- GitPython updated to 3.1.35

# Bug Fixes
- Fixes a few webhook bugs with Notifiarr
- Fixes [#355](https://github.com/StuffAnThings/qbit_manage/issues/355)
- Fixes [#356](https://github.com/StuffAnThings/qbit_manage/issues/356)
- Fixes [#363](https://github.com/StuffAnThings/qbit_manage/issues/363)
- Fixes [#370](https://github.com/StuffAnThings/qbit_manage/issues/370)
- Fixes [#377](https://github.com/StuffAnThings/qbit_manage/issues/377)


**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.0.2...v4.0.3
**Full Changelog**: https://github.com/StuffAnThings/qbit_manage/compare/v4.0.3...v4.0.4
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.3
4.0.4
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flake8==6.1.0
pre-commit==3.3.3
pre-commit==3.4.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bencodepy==0.9.5
GitPython==3.1.34
qbittorrent-api==2023.7.52
GitPython==3.1.35
qbittorrent-api==2023.9.53
requests==2.31.0
retrying==1.3.4
ruamel.yaml==0.17.32
Expand Down

0 comments on commit db5e881

Please sign in to comment.