Skip to content

Commit

Permalink
cleanup for v0.13.0 release (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Feb 8, 2023
1 parent dbe5c3f commit aa085e7
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Changelog for the SODAR project. Loosely follows the
`Keep a Changelog <http://keepachangelog.com/en/1.0.0/>`_ guidelines.


Unreleased
==========
v0.13.0 (2023-02-08)
====================

Added
-----
Expand Down
3 changes: 2 additions & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def set_logging(level=None):


# General API settings
SODAR_API_DEFAULT_VERSION = '0.12.1'
SODAR_API_DEFAULT_VERSION = '0.13.0'
SODAR_API_ALLOWED_VERSIONS = [
'0.7.0',
'0.7.1',
Expand All @@ -597,6 +597,7 @@ def set_logging(level=None):
'0.11.3',
'0.12.0',
'0.12.1',
'0.13.0',
]
SODAR_API_MEDIA_TYPE = 'application/vnd.bihealth.sodar+json'
SODAR_API_DEFAULT_HOST = env.url(
Expand Down
2 changes: 1 addition & 1 deletion docs_manual/source/api_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ expected version.

.. code-block:: console
Accept: application/vnd.bihealth.sodar+json; version=0.12.1
Accept: application/vnd.bihealth.sodar+json; version=0.13.0
Specific sections of the SODAR API may require their own accept header. See the
exact header requirement in the respective documentation on each section of the
Expand Down
2 changes: 1 addition & 1 deletion docs_manual/source/api_landingzones.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ SODAR version:

.. code-block:: console
Accept: application/vnd.bihealth.sodar+json; version=0.12.1
Accept: application/vnd.bihealth.sodar+json; version=0.13.0
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.11.0
Accept: application/vnd.bihealth.sodar-core+json; version=0.12.0
2 changes: 1 addition & 1 deletion docs_manual/source/api_samplesheets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ SODAR version:

.. code-block:: console
Accept: application/vnd.bihealth.sodar+json; version=0.12.1
Accept: application/vnd.bihealth.sodar+json; version=0.13.0
4 changes: 2 additions & 2 deletions docs_manual/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
# -- Project information -----------------------------------------------------

project = 'SODAR'
copyright = '2018-2022, BIH Core Unit Bioinformatics'
copyright = '2018-2023, BIH Core Unit Bioinformatics'
author = 'BIH Core Unit Bioinformatics'

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


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


v0.13.0 (WIP)
=============
v0.13.0 (2023-02-08)
====================

Major feature update.

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.0-WIP",
"version": "0.13.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit aa085e7

Please sign in to comment.