Skip to content

Commit

Permalink
2.1.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 5, 2024
1 parent 24667d0 commit e03c3dd
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.1.9 (2024-01-05)

### Fix

- Update dependency rich-click to v1.7.3 ([`24667d0`](https://github.com/browniebroke/django-codemod/commit/24667d05faa018baa2796e19849d1da70526c026))

## v2.1.8 (2023-12-11)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-codemod"
version = "2.1.8"
version = "2.1.9"
description = "A command line tool to automatically fix Django deprecations."
authors = ["Bruno Alla <alla.brunoo@gmail.com>"]
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.1.8"
__version__ = "2.1.9"

0 comments on commit e03c3dd

Please sign in to comment.