Skip to content

Commit f71ecf7

Browse files
author
semantic-release
committed
2.1.11
Automatically generated by python-semantic-release
1 parent dd3dfc1 commit f71ecf7

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.1.11 (2024-05-07)
4+
5+
### Fix
6+
7+
- Update dependency rich-click to v1.8.1 ([`dd3dfc1`](https://github.com/browniebroke/django-codemod/commit/dd3dfc1d8bc9ee103c4cdb32a33b84e695bd1713))
8+
39
## v2.1.10 (2024-04-30)
410

511
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-codemod"
3-
version = "2.1.10"
3+
version = "2.1.11"
44
description = "A command line tool to automatically fix Django deprecations."
55
authors = ["Bruno Alla <[email protected]>"]
66
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.1.10"
1+
__version__ = "2.1.11"

0 commit comments

Comments
 (0)