From a18c3f1cbcd1f067c8cc0388956a6b9b53a485fa Mon Sep 17 00:00:00 2001 From: freemindcore Date: Wed, 12 Oct 2022 15:04:58 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.28=20=E2=86=92=200.1.29?= 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 6b58b67..f6f3314 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.28 +current_version = 0.1.29 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+) diff --git a/easy/__init__.py b/easy/__init__.py index 037d9c2..4b7b7ab 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.28" +__version__ = "0.1.29" from easy.main import EasyAPI