Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 14, 2021
1 parent a3e12d1 commit e20415e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v1.3.0 (2021-01-14)
### Feature
* Add fixer for `django.utils.http.cookie_date` ([`a3e12d1`](https://github.com/browniebroke/django-codemod/commit/a3e12d1c867345133c8bf77c30085edb41f1e800))

### Documentation
* Add @drewbrew as a contributor ([`08ed73b`](https://github.com/browniebroke/django-codemod/commit/08ed73ba97c1525ff047668923761d02e9150ed0))
* Explain limitation with gitignore ([`e102bde`](https://github.com/browniebroke/django-codemod/commit/e102bde122a562a4b20f3a7977895bfc0a663202))

## v1.2.0 (2021-01-05)
### Feature
* Make it runnable as pre-commit hook ([#294](https://github.com/browniebroke/django-codemod/issues/294)) ([`2f78502`](https://github.com/browniebroke/django-codemod/commit/2f78502a9755436e2d4b7aa54a8a52c6acc27c77))
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.2.0"
__version__ = "1.3.0"
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.2.0"
version = "1.3.0"
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 e20415e

Please sign in to comment.