Skip to content

Commit

Permalink
preparing v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Oct 9, 2019
1 parent 078c3a0 commit 5deb087
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/app_projectroles_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
8 changes: 4 additions & 4 deletions docs/source/breaking_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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<Django App>`, which you need to include in a
Expand Down

0 comments on commit 5deb087

Please sign in to comment.