Skip to content

Commit

Permalink
2.1.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Nov 1, 2023
1 parent 86111c9 commit 301fe52
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.5 (2023-11-01)

### Fix

- Update dependency rich-click to v1.7.1 ([`86111c9`](https://github.com/browniebroke/django-codemod/commit/86111c99543a304dc03e4a584ec28d9f36fd900b))

## v2.1.4 (2023-10-12)

### 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.4"
version = "2.1.5"
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.1.4"
__version__ = "2.1.5"

0 comments on commit 301fe52

Please sign in to comment.