Skip to content

Commit

Permalink
bump: version 1.2.2 → 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed May 24, 2022
1 parent 1912e7f commit 11516d7
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.2.3 (2022-05-24)

### Fix

- remove more traces of mypy-extensions from the code
- remove more traces of mypy-extensions from the code

## 1.2.2 (2022-05-23)

### 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.2"
version = "1.2.3"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down
2 changes: 1 addition & 1 deletion src/drode/version.py
Expand Up @@ -5,7 +5,7 @@
from textwrap import dedent

# Do not edit this line manually, let `make bump` do it.
__version__ = "1.2.2"
__version__ = "1.2.3"


def version_info() -> str:
Expand Down

0 comments on commit 11516d7

Please sign in to comment.