Skip to content

Commit f0ac03d

Browse files
committed
bump: version 1.3.2 → 1.3.3
1 parent 6abd0b0 commit f0ac03d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.3.3 (2023-02-08)
2+
3+
### Fix
4+
5+
- handle well comments in from import statements
6+
- remove dependency with py
7+
18
## 1.3.2 (2022-11-14)
29

310
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.commitizen]
44
name = "cz_conventional_commits"
5-
version = "1.3.2"
5+
version = "1.3.3"
66
tag_format = "$version"
77
version_files = [
88
"pyproject.toml:version",

src/autoimport/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

9-
__version__ = "1.3.2"
9+
__version__ = "1.3.3"
1010

1111

1212
def version_info() -> str:

0 commit comments

Comments
 (0)