From 812540741226c1b3efc656f6de78a3b1ddf4a22a Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Sun, 22 Aug 2021 17:33:48 -0400 Subject: [PATCH] bump to version 1.19.1a1 for development --- fabric/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/version.py b/fabric/version.py index b91d882a..27035625 100644 --- a/fabric/version.py +++ b/fabric/version.py @@ -7,7 +7,7 @@ """ -VERSION = (1, 19, 0, 'final', 0) +VERSION = (1, 19, 1, 'alpha', 1) def git_sha():