Skip to content

Commit 2c3abcd

Browse files
don't attempt multiline replace
1 parent 5a688e9 commit 2c3abcd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ replace = /v{new_version}...main
3131

3232
[bumpversion:file:docs/conf.py]
3333
search = version = '{current_version}'
34-
release = '{current_version}'
3534
replace = version = '{new_version}'
36-
release = '{new_version}'
3735

3836
[bumpversion:file:src/geophires_x/__init__.py]
3937
search = __version__ = '{current_version}'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
author = 'NREL'
2020
copyright = f'{year}, {author}'
2121
version = '3.9.30-alpha.0'
22-
release = '3.9.30-alpha.0'
22+
release = version
2323

2424
pygments_style = 'trac'
2525
templates_path = ['./templates']

0 commit comments

Comments
 (0)