diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a40189..2d610914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v2.1.9 (2024-01-05) + +### Fix + +- Update dependency rich-click to v1.7.3 ([`24667d0`](https://github.com/browniebroke/django-codemod/commit/24667d05faa018baa2796e19849d1da70526c026)) + ## v2.1.8 (2023-12-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index a20e03c0..c98cffc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-codemod" -version = "2.1.8" +version = "2.1.9" 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 c377db3d..254c1211 100644 --- a/src/django_codemod/__init__.py +++ b/src/django_codemod/__init__.py @@ -1 +1 @@ -__version__ = "2.1.8" +__version__ = "2.1.9"