Skip to content

Commit

Permalink
version bump 2024.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 1, 2024
1 parent 78977cc commit 1e0b19c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Serve self-contained distribution builds of `Swagger UI`_ and `Redoc`_ with `Dja

This Django app is an optional addition to `drf-spectacular`_, but does not depend on it. It may also be used independently.

* `Swagger UI`_ version ``5.11.9`` (`npm <https://www.npmjs.com/package/swagger-ui-dist>`__)
* `Swagger UI`_ version ``5.13.0`` (`npm <https://www.npmjs.com/package/swagger-ui-dist>`__)
* `Redoc`_ version ``2.1.3`` (`npm <https://www.npmjs.com/package/redoc>`__)

This is a self-updating and self-publishing repository that looks for updates on the 1st of every month.
Expand Down
2 changes: 1 addition & 1 deletion distributions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"redoc": "2.1.3",
"swagger-ui-dist": "5.11.9"
"swagger-ui-dist": "5.13.0"
}
2 changes: 1 addition & 1 deletion drf_spectacular_sidecar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import django

__version__ = '2024.3.4'
__version__ = '2024.4.1'

if django.VERSION < (3, 2):
default_app_config = 'drf_spectacular_sidecar.apps.SpectacularSidecarConfig'

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 1e0b19c

Please sign in to comment.