From 03b2e99f255a8c9da77b2752d76177e9aadacd7a Mon Sep 17 00:00:00 2001 From: Alan Justino Date: Fri, 10 May 2024 10:53:50 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.93.5=20=E2=86=92=200.94.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rest_framework_nested/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rest_framework_nested/__init__.py b/rest_framework_nested/__init__.py index a5b4ebf3..f38e1211 100644 --- a/rest_framework_nested/__init__.py +++ b/rest_framework_nested/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = '0.93.5' +__version__ = '0.94.0' diff --git a/setup.cfg b/setup.cfg index be40bb06..d5f5d955 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.93.5 +current_version = 0.94.0 commit = True tag = True