Skip to content

Commit 7095b40

Browse files
authored
Merge pull request #68 from mts-ai/bump_version
bump version to 2.4.1
2 parents 3f3dde0 + 76b28b3 commit 7095b40

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

docs/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
#########
33

4+
**2.4.1**
5+
*********
6+
7+
Separate helper methods for relationships query
8+
===============================================
9+
10+
* remove resource manager example since no resource manager exists by `@mahenzon`_ in `#66 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/66>`_
11+
* create separate methods for building query for fetching related objects by `@mahenzon`_ in `#67 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/67>`_
12+
* update ruff linter by `@mahenzon`_ in `#69 <https://github.com/mts-ai/FastAPI-JSONAPI/pull/69>`_
13+
14+
Authors
15+
"""""""
16+
17+
* `@mahenzon`_
18+
19+
420
**2.4.0**
521
*********
622

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
# The short X.Y version.
6767
version = "2.4"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "2.4.0"
69+
release = "2.4.1"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

fastapi_jsonapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from fastapi_jsonapi.exceptions.json_api import HTTPException
99
from fastapi_jsonapi.querystring import QueryStringManager
1010

11-
__version__ = "2.4.0"
11+
__version__ = "2.4.1"
1212

1313
__all__ = [
1414
"init",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ packages = [
7272

7373
[tool.poetry]
7474
name = "fastapi-jsonapi"
75-
version = "2.4.0"
75+
version = "2.4.1"
7676
description = "FastAPI extension to create REST web api according to JSON:API specification"
7777
authors = [
7878
"Aleksei Nekrasov <nekrasov.aleks@mail.ru>",

0 commit comments

Comments
 (0)