From 58c960b0d324775ec30b7b3863206230a41a49a3 Mon Sep 17 00:00:00 2001 From: Stephannie Jimenez Date: Thu, 16 Dec 2021 16:19:10 -0500 Subject: [PATCH] Release 1.2.0 --- 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 d425afa3..a2f84174 100644 --- a/spyder_terminal/__init__.py +++ b/spyder_terminal/__init__.py @@ -11,5 +11,5 @@ PLUGIN_CLASS -VERSION_INFO = (1, 1, 1, 'dev0') +VERSION_INFO = (1, 2, 0) __version__ = '.'.join(map(str, VERSION_INFO))