diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 908a45ca..e90f264f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,16 @@ Changelog for the **SODAR Core** Django app package. Loosely follows the `Keep a Changelog `_ guidelines. +v0.11.2 (2023-07-18) +==================== + +Changed +------- + +- **General** + - Update ``django-plugins`` and ``drf-keyed-list`` dev dependencies to PyPI packages (#1240) + + v0.11.1 (2023-01-09) ==================== diff --git a/docs/source/conf.py b/docs/source/conf.py index d79edd6e..8b176028 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = '0.11' # The full version, including alpha/beta/rc tags -release = '0.11.1' +release = '0.11.2' # -- General configuration --------------------------------------------------- diff --git a/docs/source/major_changes.rst b/docs/source/major_changes.rst index 497fb235..ec79e1b4 100644 --- a/docs/source/major_changes.rst +++ b/docs/source/major_changes.rst @@ -10,6 +10,27 @@ older SODAR Core version. For a complete list of changes in current and previous releases, see the :ref:`full changelog`. +v0.11.2 (2023-07-18) +******************** + +Release Highlights +================== + +- Update development dependencies to PyPI packages + +Breaking Changes +================ + +System Prerequisites +-------------------- + +The ``django-plugins`` and ``drf-keyed-list`` dependencies have been upgraded +from development installs to PyPI packages. In your site's +``requirements/base.txt`` file, you should remove the existing dependencies for +the aforementioned packages, as they will be automatically installed with +the ``django-sodar-core`` package. + + v0.11.1 (2023-01-09) ******************** diff --git a/requirements/base.txt b/requirements/base.txt index 001897d0..601c12de 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -45,7 +45,7 @@ versioneer==0.23 ###################### # Django-plugins (with Django v3.0+ support) --e git+https://github.com/mikkonie/django-plugins.git@42e86e7904e5c09f1da32173862b26843eda5dd8#egg=django-plugins +django-plugins-bihealth==0.4.0 # Rules for permissions rules>=3.3, <3.4 @@ -54,7 +54,7 @@ rules>=3.3, <3.4 djangorestframework>=3.13.1, <3.14 # Keyed list addon for DRF --e git+https://github.com/mikkonie/drf-keyed-list.git@b03607b866c5706b0e1ea46a7eeaab6527030734#egg=drf-keyed-list +drf-keyed-list-bihealth==0.1.1 # Token authentication django-rest-knox>=4.2.0, <4.3