diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 17d13209..11196767 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,8 +7,8 @@ Changelog for the **SODAR Core** Django app package. Loosely follows the Note that the issue IDs here refer to ones in the private CUBI GitLab. -Unreleased -========== +v0.7.1 (2019-12-18) +=================== Added ----- diff --git a/README.rst b/README.rst index 17bc1b7a..bcda8017 100644 --- a/README.rst +++ b/README.rst @@ -67,7 +67,7 @@ installation is forthcoming. .. code-block:: console - pip install -e git+https://github.com/bihealth/sodar_core.git@v0.7.0#egg=django-sodar-core + pip install -e git+https://github.com/bihealth/sodar_core.git@v0.7.1#egg=django-sodar-core Please note that This package installs a collection Django apps to be used in a Django web site project. See diff --git a/docs/source/app_projectroles_integration.rst b/docs/source/app_projectroles_integration.rst index ea3001e1..4149788a 100644 --- a/docs/source/app_projectroles_integration.rst +++ b/docs/source/app_projectroles_integration.rst @@ -94,7 +94,7 @@ desired release tag. .. code-block:: console -e git://github.com/mikkonie/django-plugins.git@1bc07181e6ab68b0f9ed3a00382eb1f6519e1009#egg=django-plugins - -e git://github.com/bihealth/sodar_core.git@v0.7.0#egg=django-sodar-core + -e git://github.com/bihealth/sodar_core.git@v0.7.1#egg=django-sodar-core Install the requirements for development: diff --git a/docs/source/conf.py b/docs/source/conf.py index 30dfb3c9..619b5595 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = '0.7' # The full version, including alpha/beta/rc tags -release = '0.7.1-WIP' +release = '0.7.1' # -- General configuration --------------------------------------------------- diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 505fbe20..c16fffcc 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -18,7 +18,7 @@ forthcoming. .. code-block:: console - pip install -e git+https://github.com/bihealth/sodar_core.git@v0.7.0#egg=django-sodar-core + pip install -e git+https://github.com/bihealth/sodar_core.git@v0.7.1#egg=django-sodar-core Please note that the django-sodar-core package only installs :term:`Django apps`, which you need to include in a diff --git a/docs/source/major_changes.rst b/docs/source/major_changes.rst index 2328e477..5dabe2bf 100644 --- a/docs/source/major_changes.rst +++ b/docs/source/major_changes.rst @@ -10,8 +10,8 @@ older SODAR Core version. For a complete list of changes in current and previous releases, see the :ref:`full changelog`. -v0.7.1 (WIP) -************ +v0.7.1 (2019-12-18) +******************* Release Highlights ==================