Skip to content

Commit 36c2850

Browse files
committed
Version 4.2.0 released
1 parent 4773714 commit 36c2850

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## [Unreleased](https://github.com/nutti/Screencast-Keys/compare/v4.2.0...master)
66

77
<!-- markdownlint-disable-next-line MD013 -->
8-
## [Version 4.2.0](https://github.com/nutti/Screencast-Keys/compare/v4.1.0...v4.2.0) - 2025.X.XX
8+
## [Version 4.2.0](https://github.com/nutti/Screencast-Keys/compare/v4.1.0...v4.2.0) - 2025.5.6
99

1010
### Updated Features
1111

src/screencast_keys/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "nutti, Paulo Gomes, Bart Crouch, John E. Herrenyo, "
2525
"Gaia Clary, Pablo Vazquez, chromoly, Hawkpath, "
2626
"CheeryLee, Kureii",
27-
"version": (4, 1, 0),
27+
"version": (4, 2, 0),
2828
"blender": (4, 2, 0),
2929
"location": "3D View > Sidebar > Screencast Keys",
3030
"warning": "",

src/screencast_keys/blender_manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version = "1.0.0"
22

33
id = "screencast_keys"
4-
version = "4.1.0"
4+
version = "4.2.0"
55
name = "Screencast Keys"
66
tagline = "Display keys pressed in Blender"
77
maintainer = "nutti <[email protected]>"

src/screencast_keys/utils/addon_updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def register_updater():
4444
config.branches = ["master", "develop"]
4545
ridx = config.current_addon_path.rfind(get_separator())
4646
config.addon_directory = config.current_addon_path[:ridx]
47-
config.min_release_version = (4, 1, 0)
47+
config.min_release_version = (4, 2, 0)
4848
config.default_target_addon_path = "screencast_keys"
4949
config.target_addon_path = {
5050
"master": "src{}screencast_keys".format(get_separator()),

0 commit comments

Comments
 (0)