Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 27, 2023
1 parent ba9e6c0 commit 04db6e1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## v2.0.0 (2023-06-27)

### Feature

* Drop support for Python 3.7 ([`ba9e6c0`](https://github.com/browniebroke/django-codemod/commit/ba9e6c0b4a23c29ff0cbb6a606dcb209025570f0))

### Breaking

* Drop support for Python 3.7 as it reached EOL on June 27, 2023. More infos: https://devguide.python.org/versions/ ([`ba9e6c0`](https://github.com/browniebroke/django-codemod/commit/ba9e6c0b4a23c29ff0cbb6a606dcb209025570f0))

## v1.11.7 (2023-03-27)
### Fix
* **deps:** Update dependency rich to v13.3.3 ([`3251dcc`](https://github.com/browniebroke/django-codemod/commit/3251dcc9aed94747d7769c4ae864621cc6dc9e6c))
Expand Down
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.11.7"
version = "2.0.0"
description = "A command line tool to automatically fix Django deprecations."
authors = ["Bruno Alla <alla.brunoo@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/django_codemod/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.11.7"
__version__ = "2.0.0"

0 comments on commit 04db6e1

Please sign in to comment.