Skip to content

Commit 26c5b3c

Browse files
authored
Merge pull request #188 from wilhelm-lab/release/0.8.1
release/0.8.1
2 parents 8fa2f2a + 21744eb commit 26c5b3c

File tree

14 files changed

+24
-21
lines changed

14 files changed

+24
-21
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.8.0
18+
version: 0.8.1
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.8.0 " # <<COOKIETEMPLE_FORCE_BUMP>>
2-
tag-template: 0.8.0 # <<COOKIETEMPLE_FORCE_BUMP>>
1+
name-template: "0.8.1 " # <<COOKIETEMPLE_FORCE_BUMP>>
2+
tag-template: 0.8.1 # <<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.3.0
19+
uses: actions/setup-python@v5.6.0
2020
with:
2121
python-version: ${{ matrix.python }}
2222

.github/workflows/main_master_branch_protection.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Set up Python
43-
uses: actions/setup-python@v5.3.0
43+
uses: actions/setup-python@v5.6.0
4444
with:
45-
python-version: "3.13"
45+
python-version: "3.11"
4646
# PRs to the repository master branch are only ok if coming from any patch or release branch
4747
- name: Install mlf-core
4848
run: pip install mlf-core

.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.3.0
14+
uses: actions/setup-python@v5.6.0
1515
with:
1616
python-version: 3.13
1717

.github/workflows/publish_package.yml

Lines changed: 1 addition & 1 deletion
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.3.0
18+
uses: actions/setup-python@v5.6.0
1919
with:
2020
python-version: "3.13"
2121

.github/workflows/run_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
uses: actions/checkout@v4
118118

119119
- name: Set up Python ${{ matrix.python-version }}
120-
uses: actions/setup-python@v5.3.0
120+
uses: actions/setup-python@v5.6.0
121121
with:
122122
python-version: ${{ matrix.python-version }}
123123

@@ -150,7 +150,7 @@ jobs:
150150
print("::set-output name=result::{}".format(result))
151151
152152
- name: Restore pre-commit cache
153-
uses: actions/cache@v4.2.0
153+
uses: actions/cache@v4.2.3
154154
if: matrix.session == 'pre-commit'
155155
with:
156156
path: ~/.cache/pre-commit
@@ -184,7 +184,7 @@ jobs:
184184
uses: actions/checkout@v4
185185

186186
- name: Set up Python 3.13
187-
uses: actions/setup-python@v5.3.0
187+
uses: actions/setup-python@v5.6.0
188188
with:
189189
python-version: "3.13"
190190

@@ -213,4 +213,4 @@ jobs:
213213
run: nox --force-color --session=coverage -- xml -i
214214

215215
- name: Upload coverage report
216-
uses: codecov/codecov-action@v5.4.0
216+
uses: codecov/codecov-action@v5.4.3

.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.3.0
13+
uses: actions/setup-python@v5.6.0
1414
with:
1515
python-version: "3.13"
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.8.0
2+
current_version = 0.8.1
33

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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# the built documents.
5353
#
5454
# The short X.Y version.
55-
version = "0.8.0"
55+
version = "0.8.1"
5656
# The full version, including alpha/beta/rc tags.
57-
release = "0.8.0"
57+
release = "0.8.1"
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

0 commit comments

Comments
 (0)