We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c3c7e commit ea227ebCopy full SHA for ea227eb
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 4.1.0 (unreleased)
+## 4.1.0
2
3
- Allow configuring logging for `makemigrations` command and unify behaviour with `lintmigrations` (issue #207)
4
- Adapt `--warnings-as-errors` option to allow selecting some migration tests only (issue #201)
django_migration_linter/constants.py
@@ -1,6 +1,6 @@
from appdirs import user_cache_dir
-__version__ = "4.0.0"
+__version__ = "4.1.0"
5
DEFAULT_CACHE_PATH = user_cache_dir("django-migration-linter", version=__version__)
6
0 commit comments