Skip to content

Commit 728b111

Browse files
authored
Merge pull request #154 from wilhelm-lab/patch/0.7.8
Patch/0.7.8
2 parents 7925393 + b5196b2 commit 728b111

17 files changed

+32
-31
lines changed

.cookietemple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ full_name: Victor Giurcoiu
1515
email: victor.giurcoiu@tum.de
1616
project_name: spectrum_fundamentals
1717
project_short_description: Fundamentals public repo
18-
version: 0.7.7
18+
version: 0.7.8
1919
license: MIT

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name-template: "0.7.7 " # <<COOKIETEMPLE_FORCE_BUMP>>
2-
tag-template: 0.7.7 # <<COOKIETEMPLE_FORCE_BUMP>>
1+
name-template: "0.7.8 " # <<COOKIETEMPLE_FORCE_BUMP>>
2+
tag-template: 0.7.8 # <<COOKIETEMPLE_FORCE_BUMP>>
33
exclude-labels:
44
- "skip-changelog"
55

.github/workflows/build_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Check out source-code repository
1717

1818
- name: Setup Python
19-
uses: actions/setup-python@v5.1.1
19+
uses: actions/setup-python@v5.2.0
2020
with:
2121
python-version: ${{ matrix.python }}
2222

.github/workflows/main_master_branch_protection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Set up Python
43-
uses: actions/setup-python@v5.1.1
43+
uses: actions/setup-python@v5.2.0
4444
with:
4545
python-version: "3.9"
4646
# PRs to the repository master branch are only ok if coming from any patch or release branch

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Check out source-code repository
1212

1313
- name: Setup Python
14-
uses: actions/setup-python@v5.1.1
14+
uses: actions/setup-python@v5.2.0
1515
with:
1616
python-version: 3.9
1717

.github/workflows/publish_package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 2
1616

1717
- name: Set up Python
18-
uses: actions/setup-python@v5.1.1
18+
uses: actions/setup-python@v5.2.0
1919
with:
2020
python-version: "3.9"
2121

@@ -29,7 +29,7 @@ jobs:
2929
poetry build --ansi
3030
3131
- name: Publish package on PyPI
32-
uses: pypa/gh-action-pypi-publish@v1.9.0
32+
uses: pypa/gh-action-pypi-publish@v1.10.3
3333
with:
3434
# TODO COOKIETEMPLE: Configure your PyPI Token to enable automatic deployment to PyPi on releases
3535
# https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets

.github/workflows/run_cookietemple_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Check out source-code repository
1212

1313
- name: Setup Python
14-
uses: actions/setup-python@v5.1.1
14+
uses: actions/setup-python@v5.2.0
1515
with:
1616
python-version: 3.9
1717

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v4
7373

7474
- name: Set up Python ${{ matrix.python-version }}
75-
uses: actions/setup-python@v5.1.1
75+
uses: actions/setup-python@v5.2.0
7676
with:
7777
python-version: ${{ matrix.python-version }}
7878

@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@v4
139139

140140
- name: Set up Python 3.9
141-
uses: actions/setup-python@v5.1.1
141+
uses: actions/setup-python@v5.2.0
142142
with:
143143
python-version: 3.9
144144

@@ -166,4 +166,4 @@ jobs:
166166
run: nox --force-color --session=coverage -- xml -i
167167

168168
- name: Upload coverage report
169-
uses: codecov/codecov-action@v4.5.0
169+
uses: codecov/codecov-action@v4.6.0

.github/workflows/sync_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Setup Python
13-
uses: actions/setup-python@v5.1.1
13+
uses: actions/setup-python@v5.2.0
1414
with:
1515
python-version: 3.9
1616

cookietemple.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.7.7
2+
current_version = 0.7.8
33

44
[bumpversion_files_whitelisted]
55
init_file = spectrum_fundamentals/__init__.py

0 commit comments

Comments
 (0)