File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22#########
33
4+ **2.4.2 **
5+ *********
6+
7+ Separate helper methods for relationships query
8+ ===============================================
9+
10+ * fix run validator: sometimes it requires model field by `@mahenzon `_ in `#70 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/70 >`_
11+
12+ Authors
13+ """""""
14+
15+ * `@mahenzon `_
16+
417**2.4.1 **
518*********
619
Original file line number Diff line number Diff line change 6666# The short X.Y version.
6767version = "2.4"
6868# The full version, including alpha/beta/rc tags.
69- release = "2.4.1 "
69+ release = "2.4.2 "
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
Original file line number Diff line number Diff line change 88from fastapi_jsonapi .exceptions .json_api import HTTPException
99from fastapi_jsonapi .querystring import QueryStringManager
1010
11- __version__ = "2.4.1 "
11+ __version__ = "2.4.2 "
1212
1313__all__ = [
1414 "init" ,
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ packages = [
7272
7373[tool .poetry ]
7474name = " fastapi-jsonapi"
75- version = " 2.4.1 "
75+ version = " 2.4.2 "
7676description = " FastAPI extension to create REST web api according to JSON:API specification"
7777authors = [
7878 " Aleksei Nekrasov <nekrasov.aleks@mail.ru>" ,
You can’t perform that action at this time.
0 commit comments