Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 19, 2021
1 parent 8269370 commit 1b785b7
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.1 (2021-01-19)
### Fix
* Pin libCST to 0.3.13 ([`8269370`](https://github.com/browniebroke/django-codemod/commit/8269370d4e6e4d40c3e706b7e8b0008ea3cd0e85))
* Support another slug pattern ([`a4ce0cb`](https://github.com/browniebroke/django-codemod/commit/a4ce0cb039a24ebee86d7ff0cabe620ff0ab3f3c))
* Migrate partial patterns to path ([`202a6b3`](https://github.com/browniebroke/django-codemod/commit/202a6b3cde651173d91386d01ad5399e106049f3))

## v1.3.0 (2021-01-14)
### Feature
* Add fixer for `django.utils.http.cookie_date` ([`a3e12d1`](https://github.com/browniebroke/django-codemod/commit/a3e12d1c867345133c8bf77c30085edb41f1e800))
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.0"
__version__ = "1.3.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.3.0"
version = "1.3.1"
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 1b785b7

Please sign in to comment.