From 8f1ff9e31b07f7a46c21f59bb4ff1d20669126f6 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Thu, 31 Oct 2019 20:07:03 +0100 Subject: [PATCH] update changelog and version --- pype/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/__init__.py b/pype/__init__.py index c2311dd528..91b72d7de5 100644 --- a/pype/__init__.py +++ b/pype/__init__.py @@ -9,7 +9,7 @@ from pypeapp import config import logging log = logging.getLogger(__name__) -__version__ = "2.1.0" +__version__ = "2.3.0" PACKAGE_DIR = os.path.dirname(__file__) PLUGINS_DIR = os.path.join(PACKAGE_DIR, "plugins")