diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd91db96..4e375d36 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.0 (2019-10-09) +=================== Added ----- diff --git a/README.rst b/README.rst index 617d3f4f..17bc1b7a 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.6.2#egg=django-sodar-core + pip install -e git+https://github.com/bihealth/sodar_core.git@v0.7.0#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 e99ea2f8..ea3001e1 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.6.2#egg=django-sodar-core + -e git://github.com/bihealth/sodar_core.git@v0.7.0#egg=django-sodar-core Install the requirements for development: diff --git a/docs/source/breaking_changes.rst b/docs/source/breaking_changes.rst index 5ae25459..8151818d 100644 --- a/docs/source/breaking_changes.rst +++ b/docs/source/breaking_changes.rst @@ -10,8 +10,8 @@ version. For a complete list of changes in the current release, see the ``CHANGELOG.rst`` file. -v0.7.0 (TBD) -============ +v0.7.0 (2019-10-09) +=================== System Prerequisites -------------------- @@ -30,8 +30,8 @@ associated to a backend plugin should now be included in app templates as needed. This is done using the newly introduced ``get_backend_include()`` template tag in ``projectroles_common_tags``. -Deprecated get_settings() Tag Removed -------------------------------------- +Deprecated get_setting() Tag Removed +------------------------------------ The deprecated ``get_setting()`` template tag has been removed from ``projectroles_common_tags``. Please use ``get_django_setting()`` in your diff --git a/docs/source/conf.py b/docs/source/conf.py index 8bfdfded..7eb5361a 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.0-WIP' +release = '0.7.0' # -- General configuration --------------------------------------------------- diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index 89ac7771..505fbe20 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.6.2#egg=django-sodar-core + pip install -e git+https://github.com/bihealth/sodar_core.git@v0.7.0#egg=django-sodar-core Please note that the django-sodar-core package only installs :term:`Django apps`, which you need to include in a