Skip to content

Commit

Permalink
bump: version 0.3.0 → 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Apr 15, 2021
1 parent 4351f54 commit 1b670b4
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 @@
## 0.3.1 (2021-04-15)

### Fix

- use entity typevar for abstract repository definition

## 0.3.0 (2021-04-15)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -2,7 +2,7 @@

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.3.0"
version = "0.3.1"
tag_format = "$version"
version_files = [
"src/repository_orm/version.py",
Expand Down
2 changes: 1 addition & 1 deletion src/repository_orm/version.py
Expand Up @@ -3,7 +3,7 @@
import platform
import sys

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


def version_info() -> str:
Expand Down

0 comments on commit 1b670b4

Please sign in to comment.