Skip to content

Commit

Permalink
1.11.2
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 10, 2022
1 parent 1fe101e commit 32b01ed
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.2 (2022-11-10)
### Fix
* **deps:** Update dependency libcst to v0.4.8 ([#699](https://github.com/browniebroke/django-codemod/issues/699)) ([`1fe101e`](https://github.com/browniebroke/django-codemod/commit/1fe101e748df879c1fc27546c4187b42c7923a0e))

## 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))
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.1"
version = "1.11.2"
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.1"
__version__ = "1.11.2"

0 comments on commit 32b01ed

Please sign in to comment.