We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1604a commit 68bde3cCopy full SHA for 68bde3c
docs/docs/differences.md
@@ -6,7 +6,7 @@ and new features.
6
7
## Changes from Ninja
8
9
-Shinobi 1.4.0 is based on Ninja 1.4.3. You can read the changes for Ninja here.
+Shinobi 1.4.x is based on Ninja 1.4.3. You can read the changes for Ninja here.
10
11
- [Ninja 1.4.0](https://github.com/vitalik/django-ninja/releases/tag/v1.4.0)
12
- [Ninja 1.4.1](https://github.com/vitalik/django-ninja/releases/tag/v1.4.1)
ninja/__init__.py
@@ -1,6 +1,6 @@
1
"""Django Shinobi - Fast Django REST framework"""
2
3
-__version__ = "1.4.0"
+__version__ = "1.4.1"
4
5
from pydantic import Field
0 commit comments