Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 2, 2021
1 parent 3620f5e commit e23b8bb
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
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v1.4.1 (2021-04-02)
### Fix
* Update type annotations ([`24f9093`](https://github.com/browniebroke/django-codemod/commit/24f9093673cc7241e77966d9cdbeca12b8f7b4f2))
* **deps:** Update dependency libcst to <=0.3.18 ([`ca35714`](https://github.com/browniebroke/django-codemod/commit/ca35714da223c43e275061a0117f2769b974bc12))
* **deps:** Update dependency rich to v10 ([`3841299`](https://github.com/browniebroke/django-codemod/commit/3841299fae4807edba97f2876a91ba9363f38d39))

## v1.4.0 (2021-03-02)
### Feature
* Handle rename when parent module is imported ([#347](https://github.com/browniebroke/django-codemod/issues/347)) ([`26d22fe`](https://github.com/browniebroke/django-codemod/commit/26d22fef90654c8e730e302e7bdef1f4d2a9530c))
Expand Down
2 changes: 1 addition & 1 deletion django_codemod/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.4.0"
__version__ = "1.4.1"
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 = "1.4.0"
version = "1.4.1"
description = "A command line tool to automatically fix Django deprecations."
authors = ["Bruno Alla <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit e23b8bb

Please sign in to comment.