Skip to content

Commit

Permalink
bump: version 1.2.1 → 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Feb 16, 2022
1 parent 6ac09e2 commit c3a0de9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.2.2 (2022-02-16)

### Perf

- remove the uppercap on python 3.11

## 1.2.1 (2022-02-11)

### 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.2.1"
version = "1.2.2"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down
2 changes: 1 addition & 1 deletion src/autoimport/version.py
Expand Up @@ -3,7 +3,7 @@
import platform
import sys

__version__ = "1.2.1"
__version__ = "1.2.2"


def version_info() -> str:
Expand Down

0 comments on commit c3a0de9

Please sign in to comment.