Skip to content

Commit

Permalink
finalize upgrade (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jun 1, 2023
1 parent 266961d commit e942555
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs_manual/source/api_examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ the SODAR API:
# Token authorization header (required)
auth_header = {'Authorization': 'token {}'.format(api_token)}
# Use core_headers for project management API endpoints
core_headers = {**auth_header, 'Accept': 'application/vnd.bihealth.sodar-core+json; version=0.12.0'}
core_headers = {**auth_header, 'Accept': 'application/vnd.bihealth.sodar-core+json; version=0.13.0'}
# Use sodar_headers for sample sheet and landing zone API endpoints
sodar_headers = {**auth_header, 'Accept': 'application/vnd.bihealth.sodar+json; version=0.13.4'}
Expand Down
2 changes: 1 addition & 1 deletion docs_manual/source/api_projectroles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ in the current SODAR version:

.. code-block:: console
Accept: application/vnd.bihealth.sodar-core+json; version=0.12.0
Accept: application/vnd.bihealth.sodar-core+json; version=0.13.0
2 changes: 1 addition & 1 deletion docs_manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'BIH Core Unit Bioinformatics'

# The full version, including alpha/beta/rc tags
release = '0.13.4'
release = '0.14.0-WIP'


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 8 additions & 0 deletions docs_manual/source/sodar_release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ list of changes in current and previous releases, see the
:ref:`full changelog<sodar_changelog>`.


v0.14.0 (WIP)
=============

Major feature update.

- Upgrade to SODAR Core v0.13.0


v0.13.4 (2023-05-15)
====================

Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ mistune==2.0.5
django-autocomplete-light==3.9.4

# SODAR Core
# django-sodar-core==0.12.0
-e git+https://github.com/bihealth/sodar-core.git@e99b8ea17f26ea8f5e87f4a9a740bdc9db5dc1c0#egg=django-sodar-core
django-sodar-core==0.13.0
# -e git+https://github.com/bihealth/sodar-core.git@e99b8ea17f26ea8f5e87f4a9a740bdc9db5dc1c0#egg=django-sodar-core

# Celery
celery==5.2.7
Expand Down
4 changes: 2 additions & 2 deletions samplesheets/vueapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samplesheets/vueapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samplesheets",
"version": "0.13.4",
"version": "0.14.0-WIP",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit e942555

Please sign in to comment.