From e20415eb5f47baa8c25362ba8adbbb57baf89cf3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 14 Jan 2021 18:38:40 +0000 Subject: [PATCH] 1.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ django_codemod/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825fb880..22f509ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## 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)) diff --git a/django_codemod/__init__.py b/django_codemod/__init__.py index c68196d1..67bc602a 100644 --- a/django_codemod/__init__.py +++ b/django_codemod/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.3.0" diff --git a/pyproject.toml b/pyproject.toml index c06d2a7d..cf24e0b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"