openwisp / django-rest-framework-gis

Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
http://openwisp.org
MIT License
1.07k stars 200 forks source link

[fix] add missing return statement for schema #293

Closed tfranzel closed 6 months ago

tfranzel commented 6 months ago

exception on usage raised over at https://github.com/tfranzel/drf-spectacular/issues/1180

harryd31 commented 2 months ago

I'm currently having this issue, when can we expect for this to be available?

tfranzel commented 2 months ago

@harryd31 if you want it released please follow directions here: https://github.com/openwisp/django-rest-framework-gis/issues/295#issuecomment-2117733239

I recommend doing a 1.0.1 since there are only a couple of minor bugfixes but 1.1.0 is fine also imho.

we need an addition to the changelog for those changes: https://github.com/openwisp/django-rest-framework-gis/compare/v1.0.0...master

harryd31 commented 2 months ago

@tfranzel I added the changes to the change log and yea I went with 1.0.1 since it was so minor.