Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 31, 2024
1 parent d266a18 commit 27d8293
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## v2.2.1 (2024-10-31)

### Bug fixes

- Update dependency libcst to v1.5.0 ([`d266a18`](https://github.com/browniebroke/django-codemod/commit/d266a181274d14e809e88cbdc79b04fa610e057f))

## v2.2.0 (2024-10-31)

### Features
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = [ "poetry-core>=1" ]

[tool.poetry]
name = "django-codemod"
version = "2.2.0"
version = "2.2.1"
description = "A command line tool to automatically fix Django deprecations."
authors = [ "Bruno Alla <[email protected]>" ]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/django_codemod/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.2.0"
__version__ = "2.2.1"

0 comments on commit 27d8293

Please sign in to comment.