Skip to content

Commit

Permalink
Preparing release 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Arseniy Aharonov authored and are-scenic committed Mar 31, 2021
1 parent a5c6873 commit 165a4ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@
"pylint",
"statignore"
],
"python.pythonPath": "/home/arsenique/miniconda3/envs/py27/bin/python"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stat_attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 165a4ad

Please sign in to comment.