Skip to content

Commit

Permalink
1.11.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Nov 7, 2022
1 parent 2295357 commit 513df4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## v1.11.1 (2022-11-07)
### Fix
* Officially support Python 3.11 (no code changes were required) ([#696](https://github.com/browniebroke/django-codemod/issues/696)) ([`2295357`](https://github.com/browniebroke/django-codemod/commit/2295357842b7cb7d49393729786644a1704ca256))

## v1.11.0 (2022-08-31)
### Feature
* **packaging:** Add tests to sdist ([#655](https://github.com/browniebroke/django-codemod/issues/655)) ([`4fa7b33`](https://github.com/browniebroke/django-codemod/commit/4fa7b332567093e9767a0474b6769b5657950603))
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.0"
version = "1.11.1"
description = "A command line tool to automatically fix Django deprecations."
authors = ["Bruno Alla <[email protected]>"]
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.0"
__version__ = "1.11.1"

0 comments on commit 513df4d

Please sign in to comment.