From 3019a1ae70811e09f0de586ee30740d5c1a2dd0c Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Mon, 27 Feb 2023 02:51:32 -0500 Subject: [PATCH] release version 1.19.2 --- fabric/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/version.py b/fabric/version.py index 3d447137..eeb7da44 100644 --- a/fabric/version.py +++ b/fabric/version.py @@ -7,7 +7,7 @@ """ -VERSION = (1, 19, 2, 'alpha', 1) +VERSION = (1, 19, 2, 'final', 0) def git_sha():