Skip to content

Commit

Permalink
patch v0.11 to remove dev dependencies (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jul 18, 2023
1 parent 3cef894 commit cc837a7
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Changelog for the **SODAR Core** Django app package. Loosely follows the
`Keep a Changelog <http://keepachangelog.com/en/1.0.0/>`_ 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)
====================

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.11'
# The full version, including alpha/beta/rc tags
release = '0.11.1'
release = '0.11.2'


# -- General configuration ---------------------------------------------------
Expand Down
21 changes: 21 additions & 0 deletions docs/source/major_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@ older SODAR Core version. For a complete list of changes in current and previous
releases, see the :ref:`full changelog<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)
********************

Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cc837a7

Please sign in to comment.