Skip to content

Commit

Permalink
bump: version 1.3.3 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Nov 23, 2023
1 parent a572848 commit b421368
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.4.0 (2023-11-23)

### Feat

- support Python 3.11

### Fix

- drop support for Python 3.7
- switch from pdm-pep517 to pdm-backend

## 1.3.3 (2023-02-08)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.3.3"
version = "1.4.0"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down
2 changes: 1 addition & 1 deletion src/autoimport/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Do not edit the version manually, let `make bump` do it.

__version__ = "1.3.3"
__version__ = "1.4.0"


def version_info() -> str:
Expand Down

0 comments on commit b421368

Please sign in to comment.