Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 57fe31e

Browse files
committedJan 10, 2025··
Remove unused api endpoints
1 parent 44d1ea0 commit 57fe31e

17 files changed

+72
-1599
lines changed
 

‎.github/workflows/health_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
name: Run tests
1010
strategy:
1111
matrix:
12-
python: ['3.6']
12+
python: ['3.12']
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@v2
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python }}
2121

‎patch_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from __future__ import absolute_import
1717

18-
__version__ = "2.1.1"
18+
__version__ = "2.3.0"
1919

2020
# import ApiClient
2121
from patch_api.api_client import ApiClient

0 commit comments

Comments
 (0)
Please sign in to comment.