From 301fe52f04aaf3582d56ac13132ab56996bc8c8e Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Nov 2023 03:56:38 +0000 Subject: [PATCH] 2.1.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/django_codemod/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb3b29a..8b361b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v2.1.5 (2023-11-01) + +### Fix + +- Update dependency rich-click to v1.7.1 ([`86111c9`](https://github.com/browniebroke/django-codemod/commit/86111c99543a304dc03e4a584ec28d9f36fd900b)) + ## v2.1.4 (2023-10-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 3074bc1a..33760679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-codemod" -version = "2.1.4" +version = "2.1.5" 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 df4be5e0..0b167e61 100644 --- a/src/django_codemod/__init__.py +++ b/src/django_codemod/__init__.py @@ -1 +1 @@ -__version__ = "2.1.4" +__version__ = "2.1.5"