Skip to content

Commit

Permalink
1.3.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 21, 2021
1 parent 417e630 commit 506a107
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.3.3 (2021-01-21)
### Fix
* Bug with attributes accessing ([`417e630`](https://github.com/browniebroke/django-codemod/commit/417e6302ed6c3182fba2199888610c19f35c5105))
* Bug with scopes ([`3dcee1d`](https://github.com/browniebroke/django-codemod/commit/3dcee1db59a8e5c14d54537872e4c95d0320fa18))
* Add some missing type hints ([`a403e90`](https://github.com/browniebroke/django-codemod/commit/a403e906d3cb14d99cd6880964c1a3ed54e0b9db))

## v1.3.2 (2021-01-19)
### Fix
* Bug when `url()` route uses the `regex` kwarg ([`b7bcc3d`](https://github.com/browniebroke/django-codemod/commit/b7bcc3dee08fadc90afdc9490828569e7ec06786))
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.3.2"
__version__ = "1.3.3"
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.3.2"
version = "1.3.3"
description = "A command line tool to automatically fix Django deprecations."
authors = ["Bruno Alla <alla.brunoo@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 506a107

Please sign in to comment.