Skip to content

Commit

Permalink
version bump 2024.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 1, 2024
1 parent 1203613 commit 997fc10
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.17.14`` (`npm <https://www.npmjs.com/package/swagger-ui-dist>`__)
* `Swagger UI`_ version ``5.18.2`` (`npm <https://www.npmjs.com/package/swagger-ui-dist>`__)
* `Redoc`_ version ``2.2.0`` (`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.2.0",
"swagger-ui-dist": "5.17.14"
"swagger-ui-dist": "5.18.2"
}
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.11.1'
__version__ = '2024.12.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 997fc10

Please sign in to comment.