Skip to content

Commit 08d74e5

Browse files
author
semantic-release
committed
2.3.5
Automatically generated by python-semantic-release
1 parent dbd7f48 commit 08d74e5

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.5 (2025-06-14)
4+
5+
### Bug fixes
6+
7+
- Update dependency libcst to v1.8.2 ([`dbd7f48`](https://github.com/browniebroke/django-codemod/commit/dbd7f48b32671d9675bc79f92b8d8af849b9a5e2))
8+
39
## v2.3.4 (2025-06-10)
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.4"
7+
version = "2.3.5"
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.4"
1+
__version__ = "2.3.5"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)