File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 66copyright = "Open Steno Project"
77author = copyright
88
9- release = "4.0.0rc5 "
9+ release = "4.0.0 "
1010version = release
1111
1212# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments