Skip to content

Commit

Permalink
version bump 2025.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 1, 2025
1 parent 997fc10 commit 7600dbf
Show file tree
Hide file tree
Showing 7 changed files with 204 additions and 202 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ 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.18.2`` (`npm <https://www.npmjs.com/package/swagger-ui-dist>`__)
* `Redoc`_ version ``2.2.0`` (`npm <https://www.npmjs.com/package/redoc>`__)
* `Swagger UI`_ version ``5.18.3`` (`npm <https://www.npmjs.com/package/swagger-ui-dist>`__)
* `Redoc`_ version ``2.3.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.
The distribution files are sourced from npm via `jsdelivr`_, validated, packaged and uploaded to `PyPI`_.
Expand Down
4 changes: 2 additions & 2 deletions distributions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"redoc": "2.2.0",
"swagger-ui-dist": "5.18.2"
"redoc": "2.3.0",
"swagger-ui-dist": "5.18.3"
}
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.12.1'
__version__ = '2025.2.1'

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

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/*!
* ReDoc - OpenAPI/Swagger-generated API Reference Documentation
* -------------------------------------------------------------
* Version: "2.2.0"
* Version: "2.3.0"
* Repo: https://github.com/Redocly/redoc
*/

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 7600dbf

Please sign in to comment.