diff --git a/CHANGELOG.md b/CHANGELOG.md index 352a4c71..4417dc3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.10.6 (2022-06-13) +### Fix +* **deps:** Update dependency libcst to v0.4.4 ([`c0c0967`](https://github.com/browniebroke/django-codemod/commit/c0c09679b6e479bc92ca99b15068290f083c2af4)) + ## v1.10.5 (2022-06-10) ### Fix * **deps:** Update dependency sphinx to v5 ([`57c0ea6`](https://github.com/browniebroke/django-codemod/commit/57c0ea660a326437c283349dd8d3d7c11861c171)) diff --git a/pyproject.toml b/pyproject.toml index 131bfeaa..87b45ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-codemod" -version = "1.10.5" +version = "1.10.6" description = "A command line tool to automatically fix Django deprecations." authors = ["Bruno Alla "] license = "MIT" diff --git a/src/django_codemod/__init__.py b/src/django_codemod/__init__.py index 110936f3..faab1cab 100644 --- a/src/django_codemod/__init__.py +++ b/src/django_codemod/__init__.py @@ -1 +1 @@ -__version__ = "1.10.5" +__version__ = "1.10.6"