Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Sep 26, 2022
1 parent 2bc1323 commit 2cef14d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.24.2 (2022-09-26)
-------------------

- robustify extension class loading `#821 <https://github.com/tfranzel/drf-spectacular/issues/821>`_
- fix regression due to GIS import for django-filter `#821 <https://github.com/tfranzel/drf-spectacular/issues/821>`_

Breaking changes / important additions:

- Hotfix release to mitigate optional GDAL import errors for django-filter.

0.24.1 (2022-09-23)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion drf_spectacular/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import django

__version__ = '0.24.1'
__version__ = '0.24.2'

if django.VERSION < (3, 2):
default_app_config = 'drf_spectacular.apps.SpectacularConfig'

0 comments on commit 2cef14d

Please sign in to comment.