From 0f93b11b679f914f3b6ae6ebdb37fdcbd43ff6df Mon Sep 17 00:00:00 2001 From: Jan Honsbrok Date: Tue, 23 Apr 2024 16:34:40 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.69.0=20=E2=86=92=200.69.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- cato/__init__.py | 2 +- cato_api_client/__init__.py | 2 +- cato_server/__init__.py | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index becdd2e2..84c9ff46 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.69.0 +current_version = 0.69.1 commit = True tag = True diff --git a/cato/__init__.py b/cato/__init__.py index fcc32240..a48cc5d8 100644 --- a/cato/__init__.py +++ b/cato/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.69.0" +__version__ = "0.69.1" import logging logger = logging.getLogger(__name__) diff --git a/cato_api_client/__init__.py b/cato_api_client/__init__.py index 786600a9..fd76f396 100644 --- a/cato_api_client/__init__.py +++ b/cato_api_client/__init__.py @@ -1 +1 @@ -__version__ = "0.69.0" +__version__ = "0.69.1" diff --git a/cato_server/__init__.py b/cato_server/__init__.py index 786600a9..fd76f396 100644 --- a/cato_server/__init__.py +++ b/cato_server/__init__.py @@ -1 +1 @@ -__version__ = "0.69.0" +__version__ = "0.69.1" diff --git a/pyproject.toml b/pyproject.toml index cf96d795..10168312 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cato" -version = "0.69.0" +version = "0.69.1" description = "Cato is a visual regression testing tool intended for the development of vfx production renderers" authors = ["Jan Honsbrok "] include = [