Skip to content

Commit

Permalink
version bump 2024.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 1, 2024
1 parent 2f2e988 commit f16cf80
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 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.17.2`` (`npm <https://www.npmjs.com/package/swagger-ui-dist>`__)
* `Swagger UI`_ version ``5.17.14`` (`npm <https://www.npmjs.com/package/swagger-ui-dist>`__)
* `Redoc`_ version ``2.1.4`` (`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.4",
"swagger-ui-dist": "5.17.2"
"swagger-ui-dist": "5.17.14"
}
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.5.1'
__version__ = '2024.6.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.

0 comments on commit f16cf80

Please sign in to comment.