We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd6ae1 commit 58a3d6bCopy full SHA for 58a3d6b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.20
+current_version = 0.1.21
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<feat>\d+)\.(?P<patch>\d+)
easy/__init__.py
@@ -1,6 +1,6 @@
"""Django Easy API - Easy and Fast Django REST framework based on Django-ninja-extra"""
-__version__ = "0.1.20"
+__version__ = "0.1.21"
from easy.main import EasyAPI
6
0 commit comments