Skip to content

Commit

Permalink
bump: version 1.3.2 → 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Feb 8, 2023
1 parent 6abd0b0 commit f0ac03d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## 1.3.3 (2023-02-08)

### Fix

- handle well comments in from import statements
- remove dependency with py

## 1.3.2 (2022-11-14)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -2,7 +2,7 @@

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

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

__version__ = "1.3.2"
__version__ = "1.3.3"


def version_info() -> str:
Expand Down

0 comments on commit f0ac03d

Please sign in to comment.