Skip to content

Commit 8266a05

Browse files
committed
Release version 4.0.0
1 parent bd99b79 commit 8266a05

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v4.0.0 (2025-02-18)
2+
3+
4+
## Features
5+
6+
- Same as `v4.0.0rc5`
7+
- See [NEWS.md](https://github.com/openstenoproject/plover/blob/main/NEWS.md) for the features included in the `v4.0.0.dev` and `v4.0.0rc` versions.
8+
19
# v4.0.0rc5 (2025-02-10)
210

311

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
copyright = "Open Steno Project"
77
author = copyright
88

9-
release = "4.0.0rc5"
9+
release = "4.0.0"
1010
version = release
1111

1212
# -- General configuration ---------------------------------------------------

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.0rc5'
15+
__version__ = '4.0.0'
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ release_prepare()
255255
[ $# -eq 1 ] || die 1 'expecting one argument: the new version'
256256
run "$python" setup.py patch_version "$1"
257257
run git add plover/__init__.py
258+
run git add doc/conf.py
258259
run towncrier build --version "$1" --yes
259260
}
260261

0 commit comments

Comments
 (0)