Skip to content

Commit

Permalink
preparing v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Dec 18, 2019
1 parent 9f4ad1a commit 9b539ca
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.1 (2019-12-18)
===================

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.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
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.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:

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.1-WIP'
release = '0.7.1'


# -- 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.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<Django App>`, which you need to include in a
Expand Down
4 changes: 2 additions & 2 deletions docs/source/major_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ older SODAR Core version. For a complete list of changes in current and previous
releases, see the :ref:`full changelog<changelog>`.


v0.7.1 (WIP)
************
v0.7.1 (2019-12-18)
*******************

Release Highlights
==================
Expand Down

0 comments on commit 9b539ca

Please sign in to comment.