From cd46f0d78c1d62a7e8d5d8eaf160d1301ae5ee89 Mon Sep 17 00:00:00 2001 From: adeptex Date: Wed, 25 Aug 2021 21:10:31 +0200 Subject: [PATCH] 1.5.3 --- README.md | 1 + whispers/__version__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1777904..ebd7f6d 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ The following language files are parsed as text, and checked for common variable * SpringFramework Beans config files * Java Properties files * Dockercfg private registry auth files +* Github tokens ## Installation diff --git a/whispers/__version__.py b/whispers/__version__.py index b2e822f..197e182 100644 --- a/whispers/__version__.py +++ b/whispers/__version__.py @@ -1,3 +1,3 @@ -VERSION = (1, 5, 2) +VERSION = (1, 5, 3) __version__ = ".".join(map(str, VERSION))