From 08568bfb2311710a2e6d1c46d5e1fab67648c8b5 Mon Sep 17 00:00:00 2001 From: Stephannie Jimenez Date: Tue, 29 Mar 2022 23:18:12 +0200 Subject: [PATCH] Release 1.2.2 --- spyder_terminal/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyder_terminal/__init__.py b/spyder_terminal/__init__.py index beafe9ca..1d1d7c82 100644 --- a/spyder_terminal/__init__.py +++ b/spyder_terminal/__init__.py @@ -11,5 +11,5 @@ PLUGIN_CLASS -VERSION_INFO = (1, 2, 2, 'dev0') +VERSION_INFO = (1, 2, 2) __version__ = '.'.join(map(str, VERSION_INFO))