Skip to content

Commit

Permalink
Merge pull request #70 from PMCC-BioinformaticsCore/release-v0.12.1
Browse files Browse the repository at this point in the history
Release v0.12.1
  • Loading branch information
rlupat authored Jun 14, 2023
2 parents fcb68f1 + 8666ae8 commit 264aced
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.8.17'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.8.17]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Test with nosetests
run: |
nosetests -w janis_assistant --with-coverage --cover-package=janis_assistant
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
2 changes: 1 addition & 1 deletion janis_assistant/__meta__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "v0.11.9"
__version__ = "v0.12.1"
DOCS_URL = "https://janis.readthedocs.io"
GITHUB_URL = "https://github.com/PMCC-BioinformaticsCore/janis-assistant"
ISSUE_URL = "https://github.com/PMCC-BioinformaticsCore/janis-assistant/issues/new"

0 comments on commit 264aced

Please sign in to comment.