From a9e0506e437534322efcb5c84b9914c6a0ec6246 Mon Sep 17 00:00:00 2001 From: freemindcore Date: Wed, 12 Oct 2022 14:42:04 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.27=20=E2=86=92=200.1.28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- easy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 874e4aa..6b58b67 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.27 +current_version = 0.1.28 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/easy/__init__.py b/easy/__init__.py index 21961ee..037d9c2 100644 --- a/easy/__init__.py +++ b/easy/__init__.py @@ -1,6 +1,6 @@ """Django Easy API - Easy and Fast Django REST framework based on Django-ninja-extra""" -__version__ = "0.1.27" +__version__ = "0.1.28" from easy.main import EasyAPI