Skip to content

Commit 89c834e

Browse files
committed
Release version 4.0.0rc4
1 parent ae0c4b5 commit 89c834e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

NEWS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v4.0.0rc3 (2025-02-09)
1+
# v4.0.0rc4 (2025-02-09)
22

33

44
## Features
@@ -24,6 +24,12 @@
2424

2525
- Renamed the `=retrospective_*` macros to simply `=retro_*`. The previous names are retained for backwards compatibility, but are now deprecated. (#1639)
2626

27+
# v4.0.0rc3 (2025-02-09)
28+
29+
30+
## *Skipped for technical reasons.*
31+
32+
2733
# v4.0.0rc2 (2023-09-28)
2834

2935

plover/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# want to translate anyway.
1313
_ = lambda s: s
1414

15-
__version__ = '4.0.0rc3'
15+
__version__ = '4.0.0rc4'
1616
__copyright__ = '(C) Open Steno Project'
1717
__url__ = 'http://www.openstenoproject.org/'
1818
__download_url__ = 'http://www.openstenoproject.org/plover'

plover_build_utils/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ release_finalize()
262262
{
263263
[ $# -eq 0 ] || die 1 'expecting no argument'
264264
version="$("$python" setup.py --version)"
265-
message="release $version"
265+
message="Release version $version"
266266
tag="v$version"
267267
run git commit -m "$message"
268268
run git tag -m "$message" "$tag"

0 commit comments

Comments
 (0)