We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abd0b0 commit f0ac03dCopy full SHA for f0ac03d
CHANGELOG.md
@@ -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
8
## 1.3.2 (2022-11-14)
9
10
### Fix
pyproject.toml
@@ -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",
src/autoimport/version.py
@@ -6,7 +6,7 @@
# Do not edit the version manually, let `make bump` do it.
-__version__ = "1.3.2"
+__version__ = "1.3.3"
11
12
def version_info() -> str:
0 commit comments