Skip to content

Commit 19a23f5

Browse files
author
semantic-release
committed
2.3.2
Automatically generated by python-semantic-release
1 parent 3a5a818 commit 19a23f5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## v2.3.2 (2025-04-06)
4+
5+
### Bug fixes
6+
7+
- Update dependency libcst to v1.7.0 (#1313) ([`3a5a818`](https://github.com/browniebroke/django-codemod/commit/3a5a818a1d8267852ef63777f4e41fac537be49e))
8+
39
## v2.3.1 (2025-01-11)
410

511
### Bug fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "django-codemod"
7-
version = "2.3.1"
7+
version = "2.3.2"
88
description = "A command line tool to automatically fix Django deprecations."
99
readme = "README.md"
1010
keywords = [

src/django_codemod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.1"
1+
__version__ = "2.3.2"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)