From 6144169d5c33a1c5134b2fedac1d6cfa312c174e Mon Sep 17 00:00:00 2001 From: Alan Justino Date: Fri, 10 May 2024 19:35:33 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.94.0=20=E2=86=92=200.94.1?= 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 f38e1211..e47b5d9c 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.94.0' +__version__ = '0.94.1' diff --git a/setup.cfg b/setup.cfg index d5f5d955..9c2e1e66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.94.0 +current_version = 0.94.1 commit = True tag = True