From 6dd9b3c712abcb41d45eb4685d113b313684dd0b Mon Sep 17 00:00:00 2001 From: udifuchs Date: Sun, 11 Feb 2024 22:08:43 -0600 Subject: [PATCH] Maintaince upgrade to 1.4 --- README.md | 2 +- pylint_silent/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ff111f..af5a7d5 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Whichever option you choose, I recommend reading their documentation about how ` ### Changelog -#### 1.3 (2024-??-??) +#### 1.4 (2024-02-11) * Update compatible python versions to currently supported python 3.8 through 3.12. diff --git a/pylint_silent/__init__.py b/pylint_silent/__init__.py index b73ce11..bdbcd78 100644 --- a/pylint_silent/__init__.py +++ b/pylint_silent/__init__.py @@ -3,7 +3,7 @@ import shutil from typing import Dict, List, Set -VERSION = "1.3" +VERSION = "1.4" EPILOG = """ Commands: