Skip to content

Commit 84a8654

Browse files
committed
Merge branch 'develop' into 'master'
prepare release 1.2.1 See merge request tron/addannot!283
2 parents c0b5282 + 572188f commit 84a8654

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
runs-on: ubuntu-20.04
1010

1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
14+
with:
15+
python-version: '3.11'
1416
- name: Install dependencies
1517
run: |
1618
python -m pip install --upgrade pip

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# The full version, including alpha/beta/rc tags
2525
# TODO: it would be great to have a common versioning, but right now it would require importing neofox here which does
2626
# TODO: not work in readthedocs environment
27-
release = "1.2.0"
27+
release = "1.2.1"
2828

2929

3030
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "neofox"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "NEOantigen Feature tOolboX"
55
authors = [
66
"TRON - Translational Oncology at the University Medical Center",

0 commit comments

Comments
 (0)