diff --git a/.vscode/settings.json b/.vscode/settings.json index fe9c365..895975c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,5 +20,4 @@ "pylint", "statignore" ], - "python.pythonPath": "/home/arsenique/miniconda3/envs/py27/bin/python" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ece1dac..6275425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ Release name format: [2.2.1] - 2020-02-02 ## [Unreleased] +None + +## [2.1.5] - 2021-03-31 + ### Changed - Changed ability to run an ignored makefile if specified explicitly diff --git a/stat_attributes.py b/stat_attributes.py index b101d40..bf0e1eb 100644 --- a/stat_attributes.py +++ b/stat_attributes.py @@ -5,7 +5,7 @@ # SPDX-License-Identifier: MIT # ---------------------------------------------------------------------------------------------------------------------- -VERSION = '2.1.4' +VERSION = '2.1.5' WEB_URL = "https://github.com/westerndigitalcorporation/stat#3-usage" RESOURCES_DIRECTORY = 'resources'