Skip to content

Commit

Permalink
Bump to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Wobrock committed Feb 4, 2021
1 parent 48f199a commit 1586a3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.5.1

* Remove `.editorconfig` from default config file
* Allow utf-8 encoding in config files

## 2.5.0

**Renamed lint checks**:
Expand Down
2 changes: 1 addition & 1 deletion django_migration_linter/constants.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from appdirs import user_cache_dir

__version__ = "2.5.0"
__version__ = "2.5.1"

DEFAULT_CACHE_PATH = user_cache_dir("django-migration-linter", version=__version__)

Expand Down

0 comments on commit 1586a3f

Please sign in to comment.