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
kierankihn committed Nov 22, 2024
1 parent fa42871 commit 9bddad3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.3.1 (2024-11-22)

### Fix

- fix logging error

## v1.3.0 (2024-11-22)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver"
version = "1.3.0"
version = "1.3.1"
update_changelog_on_bump = true
2 changes: 1 addition & 1 deletion renamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import tkinter as tk
from tkinter import ttk

__VERSION__ = '1.3.0'
__VERSION__ = '1.3.1'

def get_tw_press(path: str) -> Optional[List]:
"""
Expand Down

0 comments on commit 9bddad3

Please sign in to comment.