Skip to content

Commit 02bea9a

Browse files
author
semantic-release
committed
2.2.2
Automatically generated by python-semantic-release
1 parent 92bb796 commit 02bea9a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.2.2 (2024-11-19)
4+
5+
### Bug fixes
6+
7+
- Update dependency libcst to v1.5.1 (#1218) ([`92bb796`](https://github.com/browniebroke/django-codemod/commit/92bb79652d63777f67e9ec346ec33e22c0cfabbe))
8+
39
## v2.2.1 (2024-10-31)
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 = [ "poetry-core>=1" ]
44

55
[tool.poetry]
66
name = "django-codemod"
7-
version = "2.2.1"
7+
version = "2.2.2"
88
description = "A command line tool to automatically fix Django deprecations."
99
authors = [ "Bruno Alla <[email protected]>" ]
1010
license = "MIT"

src/django_codemod/__init__.py

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

0 commit comments

Comments
 (0)