Skip to content

Commit

Permalink
bump: version 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Jun 8, 2022
1 parent c09072b commit 7b61bb6
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.3.1 (2022-06-08)

### Fix

- Implement the ADR 005 deprecation

## 1.3.0 (2022-05-02)

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

# Do not edit the version manually, let `make bump` do it.
__version__ = "1.3.0"
__version__ = "1.3.1"


def version_info() -> str:
Expand Down

0 comments on commit 7b61bb6

Please sign in to comment.