From ebfbf31ee51119f29cf07a6c77cee1c70262c99c Mon Sep 17 00:00:00 2001 From: Jan Honsbrok Date: Tue, 16 Aug 2022 08:13:12 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.54.2=20=E2=86=92=200.55.0?= 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 1125ec32..dd400863 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.54.2 +current_version = 0.55.0 commit = True tag = True diff --git a/cato/__init__.py b/cato/__init__.py index e86dcfe8..733dcacc 100644 --- a/cato/__init__.py +++ b/cato/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.54.2" +__version__ = "0.55.0" import logging # create logger with 'spam_application' diff --git a/cato_api_client/__init__.py b/cato_api_client/__init__.py index dd37bd62..8b19221c 100644 --- a/cato_api_client/__init__.py +++ b/cato_api_client/__init__.py @@ -1 +1 @@ -__version__ = "0.54.2" +__version__ = "0.55.0" diff --git a/cato_server/__init__.py b/cato_server/__init__.py index dd37bd62..8b19221c 100644 --- a/cato_server/__init__.py +++ b/cato_server/__init__.py @@ -1 +1 @@ -__version__ = "0.54.2" +__version__ = "0.55.0" diff --git a/pyproject.toml b/pyproject.toml index fe0fab4f..a8acd333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cato" -version = "0.54.2" +version = "0.55.0" description = "Cato is a visual regression testing tool intended for the development of vfx production renderers" authors = ["Jan Honsbrok "] include = [