Skip to content

Commit

Permalink
Tasmota esptool v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Mar 7, 2024
1 parent e4e48e3 commit 7e76e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "4.7.0"
version = "4.7.1"
update_changelog_on_bump = true
tag_format = "v$version"
changelog_start_rev = "v4.2.1"
Expand All @@ -21,4 +21,4 @@ change_type_order = [
feat = "New Features"
fix = "Bug Fixes"
refactor = "Code Refactoring"
perf = "Performance Improvements"
perf = "Performance Improvements"
2 changes: 1 addition & 1 deletion esptool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"write_mem",
]

__version__ = "4.7.0"
__version__ = "4.7.1"

import argparse
import inspect
Expand Down

0 comments on commit 7e76e98

Please sign in to comment.