Skip to content

Commit

Permalink
Release version 4.0.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrnr committed Feb 9, 2025
1 parent ae0c4b5 commit 89c834e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v4.0.0rc3 (2025-02-09)
# v4.0.0rc4 (2025-02-09)


## Features
Expand All @@ -24,6 +24,12 @@

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

# v4.0.0rc3 (2025-02-09)


## *Skipped for technical reasons.*


# v4.0.0rc2 (2023-09-28)


Expand Down
2 changes: 1 addition & 1 deletion plover/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# want to translate anyway.
_ = lambda s: s

__version__ = '4.0.0rc3'
__version__ = '4.0.0rc4'
__copyright__ = '(C) Open Steno Project'
__url__ = 'http://www.openstenoproject.org/'
__download_url__ = 'http://www.openstenoproject.org/plover'
Expand Down
2 changes: 1 addition & 1 deletion plover_build_utils/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ release_finalize()
{
[ $# -eq 0 ] || die 1 'expecting no argument'
version="$("$python" setup.py --version)"
message="release $version"
message="Release version $version"
tag="v$version"
run git commit -m "$message"
run git tag -m "$message" "$tag"
Expand Down

0 comments on commit 89c834e

Please sign in to comment.