Skip to content

Commit b5c076e

Browse files
Merge pull request #870 from cordada/deploy/v0.53.0
Deploy release v0.53.0
2 parents 4703936 + c4efb69 commit b5c076e

File tree

12 files changed

+935
-292
lines changed

12 files changed

+935
-292
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.52.0
2+
current_version = 0.53.0
33
commit = True
44
tag = False
55
message = chore: Bump version from {current_version} to {new_version}

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Check Out VCS Repository
36-
uses: actions/checkout@v4.2.2
36+
uses: actions/checkout@v5.0.0
3737

3838
- name: Set Up Python ${{ matrix.python_version }}
3939
id: set_up_python
@@ -46,7 +46,7 @@ jobs:
4646
run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv"
4747

4848
- name: Restoring/Saving Cache
49-
uses: actions/[email protected].3
49+
uses: actions/[email protected].4
5050
with:
5151
path: |
5252
.tox
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: Check Out VCS Repository
91-
uses: actions/checkout@v4.2.2
91+
uses: actions/checkout@v5.0.0
9292

9393
- name: Set Up Python ${{ matrix.python_version }}
9494
id: set_up_python
@@ -98,7 +98,7 @@ jobs:
9898
check-latest: true
9999

100100
- name: Restoring/Saving Cache
101-
uses: actions/[email protected].3
101+
uses: actions/[email protected].4
102102
with:
103103
path: |
104104
.tox
@@ -139,7 +139,7 @@ jobs:
139139
make test-coverage-report
140140
141141
- name: Upload coverage reports to Codecov
142-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
142+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
143143
with:
144144
token: ${{ secrets.CODECOV_TOKEN }}
145145
directory: ./test-reports/coverage/

.github/workflows/dependency-review.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222

2323
steps:
2424
- name: Check Out VCS Repository
25-
uses: actions/checkout@v4.2.2
25+
uses: actions/checkout@v5.0.0
2626

2727
- name: Dependency Review
28-
uses: actions/[email protected].1
28+
uses: actions/[email protected].3
2929
with:
3030
fail-on-severity: critical

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Check Out VCS Repository
41-
uses: actions/checkout@v4.2.2
41+
uses: actions/checkout@v5.0.0
4242

4343
- name: Set Up Python
4444
id: set_up_python
@@ -47,13 +47,13 @@ jobs:
4747
python-version: "3.10"
4848

4949
- name: Restoring/Saving Cache
50-
uses: actions/[email protected].3
50+
uses: actions/[email protected].4
5151
with:
5252
path: "venv"
5353
key: py-v1-deps-${{ runner.os }}-${{ steps.set_up_python.outputs.python-version }}-${{ hashFiles('pyproject.toml', 'requirements.txt', 'requirements-dev.txt', 'Makefile', 'make/**.mk') }}
5454

5555
- name: Restore Artifacts (Release)
56-
uses: actions/download-artifact@v4.3.0
56+
uses: actions/download-artifact@v5.0.0
5757
with:
5858
name: release
5959
path: ${{ inputs.artifacts_path }}/

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Check Out VCS Repository
38-
uses: actions/checkout@v4.2.2
38+
uses: actions/checkout@v5.0.0
3939

4040
- name: Set Up Python
4141
id: set_up_python
@@ -47,7 +47,7 @@ jobs:
4747
run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv"
4848

4949
- name: Restoring/Saving Cache
50-
uses: actions/[email protected].3
50+
uses: actions/[email protected].4
5151
with:
5252
path: "venv"
5353
key: py-v1-deps-${{ runner.os }}-${{ steps.set_up_python.outputs.python-version }}-${{ hashFiles('pyproject.toml', 'requirements.txt', 'requirements-dev.txt', 'Makefile', 'make/**.mk') }}

.github/workflows/task-release-and-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Check Out VCS Repository
34-
uses: actions/checkout@v4.2.2
34+
uses: actions/checkout@v5.0.0
3535
with:
3636
ref: ${{ env.CREATE_RELEASE_VCS_REVISION_ID }}
3737

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# History
22

3+
## 0.53.0 (2025-09-02)
4+
5+
- (PR #862, 2025-08-28) chore(deps): Bump the github-actions-production group with 5 updates
6+
- (PR #864, 2025-08-28) rcv: Expand "RCV Compras" CSV schemas and update field mappings
7+
- (PR #867, 2025-09-02) rcv: Update RCV CSV typing and RCV Ventas preprocessing
8+
39
## 0.52.0 (2025-08-28)
410

511
- (PR #850, 2025-08-21) chore(deps): Bump the python-development group across 1 directory with 6 updates

src/cl_sii/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
55
"""
66

7-
__version__ = '0.52.0'
7+
__version__ = '0.53.0'

0 commit comments

Comments
 (0)