Skip to content

Commit ea227eb

Browse files
committed
Bump to 4.1.0
1 parent 00c3c7e commit ea227eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.1.0 (unreleased)
1+
## 4.1.0
22

33
- Allow configuring logging for `makemigrations` command and unify behaviour with `lintmigrations` (issue #207)
44
- Adapt `--warnings-as-errors` option to allow selecting some migration tests only (issue #201)

django_migration_linter/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from appdirs import user_cache_dir
22

3-
__version__ = "4.0.0"
3+
__version__ = "4.1.0"
44

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

0 commit comments

Comments
 (0)